{
  "server": {
    "name": "Cognite Docs",
    "version": "1.0.0",
    "transport": "http"
  },
  "capabilities": {
    "tools": {
      "search_cognite_docs": {
        "name": "search_cognite_docs",
        "description": "Search across the Cognite Docs knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Cognite Docs, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "description": "A query to search the content with."
            },
            "language": {
              "type": "string",
              "description": "Filter to specific language code (e.g., 'zh', 'es'). Defaults to 'en'"
            }
          },
          "required": [
            "query"
          ]
        },
        "operationId": "mintlify_default_search"
      }
    },
    "resources": [],
    "prompts": []
  }
}