{
  "protocolVersion": "0.3.0",
  "name": "Comunicano Sports Intelligence Agent",
  "description": "Answers questions about current sports-business news — agency M&A, sports-tech investments, sponsorships, league/team deals, broadcasting, sports law, and executive moves — from the Comunicano Sports Intelligence Scoreboard.",
  "version": "1.0.0",
  "url": "https://comunicanosports.com/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Comunicano",
    "url": "https://comunicano.com"
  },
  "documentationUrl": "https://comunicanosports.com/docs/api",
  "supportedInterfaces": [
    {
      "url": "https://comunicanosports.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "securitySchemes": {},
  "securityRequirements": [],
  "skills": [
    {
      "id": "list-sports-deals",
      "name": "List sports-business deals",
      "description": "Returns the latest aggregated sports-business news items, optionally filtered by category (e.g. sports_tech, league_team, sports_law) and limited in count.",
      "tags": ["sports", "business", "news", "deals", "sponsorship", "m&a", "sports-tech"],
      "examples": [
        "What are the latest sports-tech investments?",
        "Show me recent league and team deals",
        "List sports law news"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    }
  ]
}
