update_node
Update a page's properties. For the description field: use real newlines (not literal \n). Supports rich multiline content: SEO notes, copy, sections, CTAs, FAQ, maillage, etc. No length limit. You can also set zoning_html (full wireframe HTML) and annotations (contextual notes per wireframe section).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seo | No | SEO data. Fields sent are merged into the existing SEO block. | |
| type | No | New page type | |
| label | No | New page name | |
| notes | No | ||
| node_id | Yes | The node ID to update | |
| priority | No | ||
| parent_id | No | Move to new parent | |
| rationale | No | ||
| project_id | Yes | The project ID | |
| annotations | No | Contextual annotations for wireframe sections. These appear as a sidebar alongside the wireframe preview. | |
| description | No | Page description. Use real newlines for formatting. Supports long multiline content (SEO, copy, sections, CTAs, FAQ). No length limit. | |
| zoning_html | No | Full wireframe HTML (lo-fi, inline CSS, standalone). Replaces the current wireframe for this page. |