add_section
Append a new section to an existing page source, validate it, and save with dry-run preview to avoid conflicts.
Instructions
Append a section to an EXISTING page's source. Reads the current source, appends your section, validates, and (when dry_run=false) saves. The section is re-id'd to avoid collisions. Build it with new_section. Two-step safety: dry_run=true (default) previews; dry_run=false saves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only (true) or save (false) | |
| page_id | Yes | Target page id | |
| section | No | A section node (from new_section) — object or JSON string |