search_code
Search code by intent when the exact identifier is unknown, using BM25 full-text search over names, signatures, and docstrings re-ranked by call-graph importance to surface central symbols.
Instructions
Full-text search across symbol names, signatures and docstrings (BM25).
Use when you know the intent but not the identifier. Results are re-ranked by call-graph importance, so central symbols outrank incidental mentions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| query | Yes | Free-text query over names, signatures and docstrings |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |