{
  "protocolVersion": "0.2.0",
  "name": "Tommy & Spartan",
  "description": "Tommy is a marketing director, built as software; Spartan is a strategy director, built the same way. They run marketing and strategy as one operating model, with senior human partners signing off on every output. This A2A agent exposes account engagement, the Enterprise MQL-to-SQL engine, and the SIGNAL Assessment.",
  "url": "https://api.tommyspartan.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    { "url": "https://api.tommyspartan.com/a2a", "transport": "JSONRPC" }
  ],
  "additionalInterfaces": [
    { "url": "https://api.tommyspartan.com/a2a", "transport": "JSONRPC" }
  ],
  "provider": {
    "organization": "Tommy & Spartan / TMK",
    "url": "https://tommyspartan.com"
  },
  "version": "0.1.0-pre-ga",
  "documentationUrl": "https://tommyspartan.com/api-docs",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "flows": {
        "clientCredentials": {
          "tokenUrl": "https://auth.tommyspartan.com/oauth/token",
          "scopes": {
            "agent.read": "Read account-engagement and catalogue resources",
            "agent.invoke": "Invoke the MQL-to-SQL engine for a named account"
          }
        }
      }
    }
  },
  "security": [{ "oauth2": ["agent.invoke"] }],
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "mql-to-sql-engine",
      "name": "Enterprise MQL-to-SQL Engine",
      "description": "Run the researched, qualified, personalised 1:1 pitch for a named account in 15–20 minutes: buying-committee research, MEDDIC qualification, CRM cadences, and a per-customer webpage.",
      "tags": ["sales", "abm", "enterprise", "meddic"]
    },
    {
      "id": "signal-assessment",
      "name": "SIGNAL Assessment",
      "description": "A 7-pillar marketing diagnostic that recommends a starting point.",
      "tags": ["marketing", "diagnostic", "strategy"]
    },
    {
      "id": "engage-tommy-spartan",
      "name": "Engage Tommy & Spartan",
      "description": "Discover, authenticate, and engage the platform; connect a buyer to Tommy & Spartan.",
      "tags": ["onboarding", "engagement"]
    }
  ],
  "x-status": "pre-ga",
  "x-activation-note": "The A2A endpoint activates with the AWS platform release."
}
