rtfm_search
Search an indexed project knowledge base and get ranked source paths with line ranges, so you can pinpoint the exact files to read.
Instructions
Search the indexed knowledge base. Returns ranked source paths with line ranges, no content. Use rtfm_expand to read content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max sources (default 5) | |
| query | Yes | search query | |
| corpus | No | filter by corpus name | |
| project | No | another project's index to search instead of this one — its name (``"hub"``), or its path when two projects share a name. Omit for the project you are working in. | |
| search_type | No | "fts" | "semantic" | "hybrid" | |
| freshness_weight | No | boost recently indexed files (0.0–0.5) | |
| centrality_weight | No | boost files with many incoming edges (0.0–0.5) |