Open Kioku Get References
get_referencesRetrieve all references, usages, and call-sites of a symbol across the indexed codebase to understand its usage and impact.
Instructions
Retrieve all references, usages, and call-sites of a given symbol throughout the indexed codebase. Use to find usages of a resolved symbol across the index. Prefer get_callers for caller-only relationships and impact_analysis for broader file-level blast radius. This is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of references to return. Defaults to 20, capped at 100. | |
| query | Yes | The name of the symbol to find references for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |