Notion MCP Server

update-page

Modify Notion page properties or archive a page by specifying its ID and updated details using this tool, integrated with the Notion MCP Server for AI-assisted workspace management.

Instructions

Update an existing page

Input Schema

NameRequiredDescriptionDefault
archivedNoWhether to archive the page
page_idYesID of the page to update
propertiesYesUpdated page properties

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Whether to archive the page", "type": "boolean" }, "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 Notion MCP Server

Related Tools

ID: x8gnbjbdim