{"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)"},"language":{"type":"string","description":"Language code to search (e.g. 'de'); defaults to the site's default language"},"version":{"type":"string","description":"Documentation version slug to search (e.g. 'v1'); defaults to the current version"}},"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')"},"language":{"type":"string","description":"Language code to list (e.g. 'de'); defaults to the site's default language"},"version":{"type":"string","description":"Documentation version slug to list (e.g. 'v1'); defaults to the current version"}}}}],"index":{"ready":false,"chunkCount":0}}