search_docs
Search indexed project docs with natural language queries to find relevant code and documentation chunks, with optional filters by project, file type, and result count.
Instructions
Semantic search across indexed project documentation.
Args: query: Natural language search query (e.g., "how does dispense rejection work") project: Optional project name to filter results. Leave empty to search all projects. top_k: Number of results to return (default: 5, max: 20) file_type: Optional filter by file type: "header", "source", "documentation", "config"
Returns: Relevant document chunks with metadata (file path, project, type)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| project | No | ||
| file_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |