update_page
Directly update a page's title, content, or short description without AI regeneration. Provide the page ID and at least one field to modify.
Instructions
Update a page's title, content, and/or short description directly. This performs a direct edit without AI regeneration. Provide at least one of title, content, or short_description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the page | |
| content | No | New full markdown content for the page | |
| page_id | Yes | The page ID to update | |
| short_description | No | Short description/summary of the page (max 250 characters) |