update_page
Update the title, icon, or cover of a Notion page. Specify page ID and optionally set new title, emoji, or cover image URL.
Instructions
Update page title, icon, or cover. Cover accepts an image URL, or a file:// path (stdio transport only) which will be uploaded to Notion. In HTTP transport, the file:// form is rejected — use an HTTPS URL instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID | |
| title | No | Updated page title | |
| icon | No | Updated emoji icon | |
| cover | No | Updated cover image URL |