{
  "name": "Jonathan Harris Website Discovery Agent",
  "description": "Read-only discovery agent for Jonathan Harris's public AI books, podcast, site APIs and machine-readable agent surfaces.",
  "supportedInterfaces": [
    {
      "url": "https://jonathan-harris.online/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Jonathan Harris",
    "url": "https://jonathan-harris.online"
  },
  "version": "1.0.0",
  "documentationUrl": "https://jonathan-harris.online/api/docs/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "discover-public-ai-content",
      "name": "Discover public AI content",
      "description": "Returns canonical public entry points for books, podcast episodes, blog content, API documentation and agent discovery metadata.",
      "tags": [
        "discovery",
        "books",
        "podcast",
        "artificial-intelligence",
        "read-only"
      ],
      "examples": [
        "Where can I find the books catalogue?",
        "Show me the podcast entry point.",
        "How can another agent discover this site?"
      ]
    }
  ]
}
