{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "GET /agent-registry/search",
  "endpoint": {
    "method": "GET",
    "url": "https://xn--82czbx2bczd4fl8a.online/agent-registry/search"
  },
  "parameters": [
    {
      "name": "q",
      "type": "string",
      "required": false
    },
    {
      "name": "capability",
      "type": "string",
      "required": false
    },
    {
      "name": "protocol",
      "enum": [
        "ap2/0.2",
        "a2a/0.3",
        "mcp/2026-03-26"
      ],
      "required": false
    },
    {
      "name": "trustLevel",
      "enum": [
        "verified",
        "community",
        "experimental"
      ],
      "required": false
    },
    {
      "name": "limit",
      "type": "integer",
      "default": 20,
      "max": 100
    }
  ],
  "response": {
    "@type": "ItemList",
    "contentType": "application/ld+json"
  }
}