Read node body
read_bodyRetrieve the prose sections of a plan node, sorted by their order key. Returns an empty list if the node has no body.
Instructions
Resolve a plan node's body — its prose sections, sorted by order key. Returns { sections: [{ id, text, orderKey }] }; a node with no body returns an empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | The node whose body to read. |