Edit one section
edit_sectionReplace the prose of a section while preserving its position and all other sections. Returns the updated content.
Instructions
Replace the prose of a single section (copy-on-write), keeping its position and every other section untouched. Returns the edited { section }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | The node owning the section. | |
| section_id | Yes | The section to edit. | |
| text | Yes | The section's new prose. |