{ "server": { "name": "Dialect Developer Documentation", "version": "1.0.0", "transport": "http" }, "capabilities": { "tools": { "search_dialect_developer": { "name": "search_dialect_developer", "description": "Search across the Dialect Developer Documentation knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Dialect Developer Documentation, 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." } }, "required": [ "query" ] }, "operationId": "mintlify_default_search" } }, "resources": [], "prompts": [] } }