{
  "protocolVersion": "0.3.0",
  "name": "CelluloidScore Catalogue Agent",
  "description": "Answers film and TV questions from the CelluloidScore review catalogue — Celluloid Scores, critic and audience ratings, consensus text, cast and streaming availability.",
  "version": "1.0.0",
  "url": "https://celluloidscore.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://celluloidscore.com/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Elite Digital AI Solutions Ltd",
    "url": "https://celluloidscore.com/about/"
  },
  "documentationUrl": "https://celluloidscore.com/auth.md",
  "iconUrl": "https://celluloidscore.com/apple-touch-icon.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/plain"],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "search-catalog",
      "name": "Search the catalogue",
      "description": "Find films and TV series by title, director, cast or genre. Returns slugs for follow-up lookups.",
      "tags": ["film", "tv", "search", "reviews"],
      "examples": [
        "Villeneuve science fiction",
        "Korean drama 2024",
        "films starring Cillian Murphy"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "get-factsheet",
      "name": "Get a title fact sheet",
      "description": "Full Markdown fact sheet for one film or series: Celluloid Score, critic and audience scores, Metascore, IMDb and Letterboxd ratings, cast, synopsis, consensus and where to stream.",
      "tags": ["film", "tv", "ratings", "streaming"],
      "examples": ["Fact sheet for dune-part-two-2024", "How good is 12-angry-men-1957?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "list-top-rated",
      "name": "List top-rated titles",
      "description": "Highest Celluloid Score films or series, optionally filtered by genre and release year.",
      "tags": ["film", "tv", "rankings", "best-of"],
      "examples": ["Best science fiction films", "Top rated series of 2025"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ]
}
