execution_flow
Trace the call tree from an entry point, with cycle detection, to visualize code execution paths.
Instructions
Trace the execution flow from an entry point (or auto-detect entry points). Shows the call tree depth-first with cycle detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Maximum call depth to trace (default 5, max 8) | |
| project_id | Yes | Project ID | |
| entry_point | No | Symbol name to use as root. Omit to auto-detect entry points. |