Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update Notion page properties or archive/unarchive a page
notion__update_page
{ "type": "object", "properties": { "pageId": { "type": "string", "description": "Notion page ID" }, "properties": { "type": "object", "description": "Page properties to update" }, "archived": { "type": "boolean", "description": "Whether the page can be archived" }, "icon": { "type": "object", "description": "Optional page icon" }, "cover": { "type": "object", "description": "Optional page cover" } }, "required": [ "pageId" ], "description": "Input schema for the notion__update_page tool." }