node
Get a symbol's connections (callers, callees, imports) with file:line ranges to read only relevant implementation details, avoiding whole-file scans.
Instructions
Get a symbol's connections (callers, callees, imports) with file:line ranges. Use AFTER search. Then use built-in Read with those line ranges to get implementation details. Replaces reading whole files — read only the specific line ranges shown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| depth | No |