get_dependencies
Retrieve outgoing dependencies of a symbol: list of downstream calls and uses. Configure depth, result count, and project scope.
Instructions
Outgoing deps of a symbol: what X calls/uses (downstream).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| max_results | No | Default 100. 0=unlimited. Truncated results carry a trailing `_truncated` marker with total count. | |
| depth | No | Transitive BFS depth (default 1). | |
| compress | No | Compact rows (default true). | |
| project | No | Project name/path (default: active). |