MCP Notion Server

update_page

Sync and modify Notion page properties by providing the page ID and updated details. Simplify content management via the MCP Notion Server.

Instructions

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" }

You must be authenticated.

Other Tools from MCP Notion Server

Related Tools

ID: stxohtlgox