symbol
Perform exact lookups for known code identifiers, returning deterministic matches from a local code index when you need precise results instead of ranked search.
Instructions
Run a tiny exact symbol lookup over the prepared fast-query substrate. Use this when you already know the symbol name and want deterministic exact matches instead of ranked related search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Exact symbol name to look up. | |
| top_k | No | Maximum number of exact matches to return. Default: 10. |