{
  "name": "What's On Durham",
  "description": "Durham, North Carolina destination agent for discovering events, places, news, and day plans. Public read-only A2A/JSON-RPC; do not invent times, venues, or prices.",
  "version": "1.0.0",
  "documentationUrl": "https://whatsondurham.com/auth.md",
  "iconUrl": "https://whatsondurham.com/images/whatsondurham.svg",
  "provider": {
    "organization": "What's On Durham",
    "url": "https://whatsondurham.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://api.whatsondurham.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "search-durham",
      "name": "Search Durham",
      "description": "Search What's On Durham for events, places, news, and blog posts. Returns titles and canonical URLs from live site data.",
      "tags": ["search", "events", "places", "durham", "north-carolina"],
      "examples": [
        "jazz this weekend in Durham",
        "coffee near downtown Durham",
        "family events in Durham NC"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "site-health",
      "name": "API health",
      "description": "Check api.whatsondurham.com health status for agent readiness.",
      "tags": ["health", "status"],
      "examples": ["is the Durham API healthy"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "discovery-pointers",
      "name": "Discovery pointers",
      "description": "Point agents to llms.txt, ARD catalog, MCP tools, and Agent Skills for Durham citation.",
      "tags": ["discovery", "llms", "mcp", "citation"],
      "examples": ["how should an agent cite Durham events", "where is the MCP server for What's On Durham"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
