search_docs
Search a project's docs directory for reference documentation using semantic queries. Filter by category (product, architecture, etc.) and control result count. Finds relevant content with file paths and snippets.
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
| 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. |