{
  "protocolVersion": "0.3.0",
  "name": "Thally scaffold baseline (staging) Docs Agent",
  "description": "Documentation agent for Thally scaffold baseline (staging). Answers questions from the docs corpus via search, Markdown page reads, and a machine-readable page index. Read-only and public. Accessible over MCP (not A2A) — attach with an MCP client.",
  "url": "https://thally-scaffold-baseline-staging.thally.app/.well-known/mcp-server-card.json",
  "preferredTransport": "MCP",
  "supportedInterfaces": [
    {
      "url": "https://thally-scaffold-baseline-staging.thally.app/api/mcp",
      "transport": "MCP",
      "protocol": "MCP"
    }
  ],
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "search_docs",
      "name": "search_docs",
      "description": "Full-text search across all documentation pages. Returns ranked matches with title, URL, and a snippet.",
      "tags": [
        "documentation",
        "read-only"
      ]
    },
    {
      "id": "read_page",
      "name": "read_page",
      "description": "Read the full Markdown content of a documentation page by its page ID or URL path.",
      "tags": [
        "documentation",
        "read-only"
      ]
    },
    {
      "id": "list_pages",
      "name": "list_pages",
      "description": "List every documentation page with its ID, title, and URL.",
      "tags": [
        "documentation",
        "read-only"
      ]
    },
    {
      "id": "agent_readiness",
      "name": "agent_readiness",
      "description": "Get this site's Agent Readiness Score (0-100) — a deterministic measure of how well the docs serve AI agents, with per-signal subscores.",
      "tags": [
        "documentation",
        "read-only"
      ]
    }
  ],
  "documentationUrl": "https://thally-scaffold-baseline-staging.thally.app/llms.txt"
}