add_draft_section
Append a section to a local page draft without network calls, re-assigns IDs to avoid collisions, and validates quickly. Supports building storefront pages incrementally.
Instructions
Append ONE section to a local page draft (NO network — this is the durable per-section cache step that can't time out). The section is re-id'd to avoid collisions and quick-validated; warnings are surfaced but never block. Build the section with new_section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | A section node (from new_section) — object or JSON string | |
| draft_id | Yes | Draft id from start_page_draft |