{ "server": { "name": "Captain Data", "version": "1.0.0", "transport": "http" }, "capabilities": { "tools": { "search_captain_data": { "name": "search_captain_data", "description": "Search across the Captain Data knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Captain Data, 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." }, "version": { "type": "string", "description": "Filter to specific version (e.g., 'v0.7')" } }, "required": [ "query" ] }, "operationId": "mintlify_default_search" } }, "resources": [], "prompts": [] } }