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