update_page
Update a Notion page's title, icon, or cover image by providing its page ID and the new values.
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 |