{
  "protocolVersion": "0.3.0",
  "name": "SobaSearch Catalog Agent",
  "description": "Find recovery meetings, treatment providers, and support resources in the SobaSearch catalog.",
  "url": "https://sobasearch.com/a2a",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://sobasearch.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0.0"
    },
    {
      "url": "https://sobasearch.com/api/v1/search",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "search-catalog",
      "name": "Search recovery catalog",
      "description": "Search for meetings, providers, and support resources by query, location, type, radius, and result limit.",
      "tags": [
        "recovery",
        "meetings",
        "treatment",
        "providers",
        "search"
      ],
      "examples": [
        "Find AA meetings near Denver, CO",
        "Search for detox providers near 19107"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "securitySchemes": {
    "noAuth": {
      "type": "noAuth"
    }
  },
  "security": [
    {
      "noAuth": []
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}