{
  "name": "The Smyth Group Website Agent",
  "version": "0.1.0",
  "description": "Discovery metadata for The Smyth Group website agent interfaces and skills.",
  "protocol": "a2a",
  "supportedInterfaces": [
    {
      "name": "http-json",
      "transport": "https",
      "url": "https://thesmythgroup.com/a2a/",
      "description": "Minimal discovery endpoint. Full A2A task orchestration is not yet implemented."
    }
  ],
  "capabilities": {
    "discovery": true,
    "taskExecution": false
  },
  "skills": [
    {
      "id": "get_api_catalog",
      "name": "Get API Catalog",
      "description": "Reads the published API catalog from /.well-known/api-catalog."
    },
    {
      "id": "get_content",
      "name": "Get Content",
      "description": "Reads public website content by path and returns markdown or HTML."
    }
  ]
}