find_references
Locates all references to a specified symbol within a codebase by parsing AST, showing where the symbol is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| symbol | Yes | ||
| language | No | python |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| found | Yes | ||
| symbol | Yes | ||
| references | No |