find_references
Identify all nodes that reference a given node, including type annotations, assignments, and non-call usages. Use with get_callers for complete impact analysis.
Instructions
Return nodes that REFERENCE node_id (type annotations, assignments, non-call usages). Use alongside get_callers for complete impact analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max nodes to return | |
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| error | No | ||
| nodes | No | ||
| truncated | No | ||
| resolver_status | No | ok |