inspect_story
Inspect an Ink project from source without compiling: returns a bounded map with includes, knots, variables, semantics, and the recommended next operation.
Instructions
Inspect an Ink project from source without compiling or exploring it. Returns a bounded project map with includes, shape, semantics, externals, knots, variables, and the recommended next operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the root .ink file | |
| limit | No | Section page size (default 50, max 100) | |
| cursor | No | Source-bound cursor returned by an earlier page of the same section | |
| section | No | Optional inventory section for stable paged drill-down; omit for the bounded overview |