{
  "name": "Solar Blinds Online",
  "description": "UK specialist in solar-powered and solar-shading window blinds: self-charging motorised roller, skylight and conservatory blinds that need no mains wiring, plus heat- and glare-reducing shading for large glazing. Made to measure, with an optional fitting service.",
  "protocol": "webmcp",
  "tools": [
    {
      "name": "search-site",
      "description": "Search this site for a given query. Returns matching page titles and URLs, backed by the site's Pagefind index.",
      "inputSchema": {
        "type": "object",
        "properties": { "query": { "type": "string", "description": "Search query" } },
        "required": ["query"]
      }
    },
    {
      "name": "get-page-content",
      "description": "Get the main text content of the current page as plain text.",
      "inputSchema": { "type": "object", "properties": {}, "required": [] }
    },
    {
      "name": "navigate",
      "description": "Navigate to a page on this site by path.",
      "inputSchema": {
        "type": "object",
        "properties": { "path": { "type": "string", "description": "Site path to navigate to" } },
        "required": ["path"]
      }
    }
  ],
  "registration": "navigator.modelContext.registerTool (WebMCP) - see page <script> for the live implementation"
}
