{"tools":[{"name":"search_docs","description":"Search through the documentation content using semantic search. Returns relevant chunks of documentation based on the query.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"The search query to find relevant documentation"},"limit":{"type":"number","description":"Maximum number of results to return (default: 6)"}},"required":["query"]}},{"name":"get_doc","description":"Get the full content of a specific documentation page by its path.","inputSchema":{"type":"object","properties":{"path":{"type":"string","description":"The file path to the documentation page (e.g., 'app/getting-started/page.tsx')"}},"required":["path"]}},{"name":"list_docs","description":"List all available documentation pages, optionally filtered by directory.","inputSchema":{"type":"object","properties":{"directory":{"type":"string","description":"Optional directory to filter results (e.g., 'components')"}}}}],"index":{"ready":false,"chunkCount":0}}