{
  "protocolVersion": "0.3.0",
  "name": "Work Base UK Public Guide Agent",
  "version": "0.1.0",
  "description": "Read-only agent card for discovering Work Base UK guide metadata, public search and site context.",
  "url": "https://work-base.uk/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://work-base.uk/a2a",
      "transport": "jsonrpc",
      "protocol": "a2a"
    },
    {
      "url": "https://work-base.uk/mcp",
      "transport": "streamable-http",
      "protocol": "mcp"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown",
    "text/plain"
  ],
  "skills": [
    {
      "id": "list-guides",
      "name": "List Work Base UK guides",
      "description": "Return the public guide index with canonical URLs, descriptions and keywords.",
      "tags": [
        "guides",
        "discovery",
        "remote-work"
      ],
      "examples": [
        "List all guides about remote work and flexible working."
      ]
    },
    {
      "id": "search-guides",
      "name": "Search Work Base UK guides",
      "description": "Search public guide metadata by query.",
      "tags": [
        "search",
        "guides",
        "workspace"
      ],
      "examples": [
        "Find guides related to virtual offices."
      ]
    },
    {
      "id": "get-site-context",
      "name": "Get site context",
      "description": "Return canonical site metadata and agent discovery endpoints.",
      "tags": [
        "metadata",
        "discovery"
      ]
    }
  ]
}