search_docs
Search project documentation in the docs/ directory using semantic queries. Find reference materials, guides, and API documentation with relevant content snippets and file paths.
Instructions
Search only the docs/ directory for reference documentation. Use this when the user specifically asks for "docs" or "documentation". Returns relevant documentation chunks with file paths and content snippets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. Can be a single word, multiple words, or a phrase. The search is semantic and will find relevant content even with partial matches. | |
| category | No | Optional: Filter by documentation category. Options: product, architecture, operations, api, guides, reference, or leave empty for all. | |
| maxResults | No | Maximum number of results to return. Default is 10, maximum is 50. |