{
  "name": "Solar Strategies",
  "description": "Independent commercial solar consultancy for UK businesses, developers and the public sector.",
  "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"
}
