{
  "protocolVersion": "0.3.0",
  "name": "Behind the CMO Content",
  "description": "Read-only access to Behind the CMO's archive of strategic marketing intelligence for CMOs and senior marketing leaders: articles, resources, authors, and topics.",
  "url": "https://www.behindthecmo.com/api/v1/",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://www.behindthecmo.com/developers/",
  "provider": {
    "organization": "Behind the CMO",
    "url": "https://www.behindthecmo.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "list-articles",
      "name": "List articles",
      "description": "List Behind the CMO articles, newest first, filterable by category and topic.",
      "tags": ["content", "articles", "marketing", "cmo"],
      "examples": [
        "What has Behind the CMO published about AI and marketing leadership?",
        "List the most recent Behind the CMO weekly briefs."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-article",
      "name": "Get an article",
      "description": "Retrieve a single article's title, author, publish date, topics, excerpt, and canonical URL by slug.",
      "tags": ["content", "articles"],
      "examples": ["Get the Behind the CMO article 'the-revops-land-grab'."],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/markdown"]
    },
    {
      "id": "list-resources",
      "name": "List resources",
      "description": "List free benchmark, framework, and tool pages such as CMO tenure statistics and CMO vs VP of Marketing.",
      "tags": ["resources", "benchmarks", "marketing"],
      "examples": ["What free CMO benchmarks does Behind the CMO publish?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ]
}
