execution_story
Trace forward call-and-branch execution from an entry point, following resolved indirect dispatch to reveal the ordered control skeleton with bounded depth and steps.
Instructions
Read-only. Bounded forward call-and-branch trace from an entry point, following resolved indirect dispatch — the ordered structure of what runs, not generated narrative prose. Use it to see the control skeleton reachable from an entry; bound cost with max_depth/max_steps and page the branches/frontier. For pure centrality use hubs instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | entry-point function name or node id | |
| format | No | text (compact, default) | json (structured result page) | |
| offset | No | step offset for paging | |
| max_depth | No | maximum call depth to trace | |
| max_steps | No | maximum total steps before truncating | |
| branch_limit | No | maximum branches recorded per node | |
| branch_offset | No | branch offset for paging | |
| frontier_offset | No | offset into the unresolved-frontier list for paging |