search_docs
Find relevant documentation chunks from a repository by searching indexed docs with semantic or keyword search. Returns results with file paths for direct reading.
Instructions
Search indexed repository documentation using semantic similarity (pro/dev tier) or BM25 keyword search (free tier). Returns relevant chunks with file paths for targeted reading. Index docs first with index_docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query (e.g., 'how does authentication work', 'database schema') | |
| project | No | Project namespace (e.g., 'my-project'). Scopes sessions and searches. | |
| category | No | Filter results to a specific category (directory name, e.g., 'architecture', 'research') | |
| match_count | No | Maximum number of results to return (default: 5) |