{
  "name": "SculptureShops Catalog Guide",
  "description": "A public, read-only agent that returns canonical SculptureShops catalog and product-research entry points. It cannot add to cart, check out, pay, place orders, submit forms, or modify accounts.",
  "supportedInterfaces": [
    {
      "url": "https://sculptureshops.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "SculptureShops",
    "url": "https://sculptureshops.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://sculptureshops.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "discover-sculptureshops-catalog",
      "name": "Discover the SculptureShops catalog",
      "description": "Returns canonical read-only entry points for SculptureShops products, categories, and site search.",
      "tags": [
        "sculptures",
        "catalog",
        "product research",
        "read-only"
      ],
      "examples": [
        "Where can I browse SculptureShops products?",
        "Create a SculptureShops site-search URL."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}
