{
  "name": "Leica Journal Agent",
  "version": "1.0.0",
  "description": "Autonomous discovery agent for Leica chronicle records, equipment specs, and historical photography archives.",
  "supportedInterfaces": [
    {
      "url": "https://leica-journal.com/api",
      "transport": "http"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "leica-query",
      "name": "Leica Query",
      "description": "Fetch camera specifications, lens optical design, and historical timeline entries."
    },
    {
      "id": "serial-lookup",
      "name": "Serial Lookup",
      "description": "Identify batch year and production details from serial numbers."
    }
  ]
}
