{
  "server": {
    "name": "Scanr API (dev)",
    "version": "latest",
    "transport": "http"
  },
  "capabilities": {
    "tools": {
      "search-documentation": {
        "name": "search-documentation",
        "description": "Search the available documentation for pages related to a user's query and return a list of related content matching the search criteria.",
        "inputSchema": {
          "def": {
            "type": "object",
            "shape": {
              "question": {
                "def": {
                  "type": "default",
                  "innerType": {
                    "def": {
                      "type": "string"
                    },
                    "type": "string",
                    "format": null,
                    "minLength": null,
                    "maxLength": null
                  },
                  "defaultValue": ""
                },
                "type": "default"
              }
            }
          },
          "type": "object"
        }
      }
    },
    "resources": [],
    "prompts": []
  }
}