search_docs
Search documentation files in the docs/ directory to find reference materials, API guides, and technical information using semantic queries.
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. |