MCP Notion Server

update_page

Update an existing page

Input Schema

NameRequiredDescriptionDefault
page_idYesID of the page to update
propertiesYesUpdated page properties

Input Schema (JSON Schema)

{ "properties": { "page_id": { "description": "ID of the page to update", "type": "string" }, "properties": { "description": "Updated page properties", "type": "object" } }, "required": [ "page_id", "properties" ], "type": "object" }