{
  "protocolVersion": "0.3.0",
  "name": "JellyStreamz Catalog Agent",
  "version": "1.0.0",
  "description": "A read-only agent for JellyStreamz release information, supported platforms, and public game metadata.",
  "url": "https://jellystreamz.com/a2a/",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://jellystreamz.com/a2a/",
      "transport": "JSONRPC"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-games",
      "name": "Search games",
      "description": "Search the public JellyStreamz game catalog by title and optional platform.",
      "tags": [
        "games",
        "metadata",
        "search"
      ],
      "examples": [
        "Find Metroid games for NES",
        "Show the JellyStreamz record for game 361"
      ]
    },
    {
      "id": "browse-releases",
      "name": "Browse releases",
      "description": "Read current JellyStreamz app release and platform availability.",
      "tags": [
        "releases",
        "downloads",
        "platforms"
      ],
      "examples": [
        "Which JellyStreamz apps are currently available?"
      ]
    }
  ]
}
