Update Page Content
update_page_contentUpdate specific text or images on a webpage by sending only the fields to change; new values merge into existing content.
Instructions
Update a page's copy or images. Call get_page_content first for the shape, then send ONLY the fields to change as a nested object; they are deep-merged over the current content. Example for page:home -> { "hero": { "headline": "New headline" } }. Image fields take a path or full URL. FAQ answers support inline links as label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Page key, e.g. "page:home" | |
| content | Yes | Nested object of fields to change, deep-merged over current content |