Skip to main content
Glama

Notion MCP Server

by michaelwaves

notion_update_page

Modify Notion page properties, icons, covers, or archive/restore pages directly. Streamline content updates for improved workspace organization.

Instructions

Updates properties of a Notion page. Can also update icon, cover, or archive/restore pages.

Input Schema

NameRequiredDescriptionDefault
coverNoPage cover image to update
iconNoPage icon to update
in_trashNoSet to true to archive/delete the page, false to restore it
page_idYesThe ID of the page to update
propertiesNoProperties to update. Keys are property names/IDs, values are property values.

Input Schema (JSON Schema)

{ "properties": { "cover": { "description": "Page cover image to update", "properties": { "external": { "properties": { "url": { "description": "URL of cover image", "type": "string" } }, "required": [ "url" ], "type": "object" }, "type": { "enum": [ "external" ], "type": "string" } }, "required": [ "type", "external" ], "type": "object" }, "icon": { "description": "Page icon to update", "properties": { "emoji": { "description": "Emoji character (if type is emoji)", "type": "string" }, "external": { "properties": { "url": { "description": "URL of external image", "type": "string" } }, "type": "object" }, "type": { "enum": [ "emoji", "external" ], "type": "string" } }, "type": "object" }, "in_trash": { "description": "Set to true to archive/delete the page, false to restore it", "type": "boolean" }, "page_id": { "description": "The ID of the page to update", "type": "string" }, "properties": { "description": "Properties to update. Keys are property names/IDs, values are property values.", "type": "object" } }, "required": [ "page_id" ], "type": "object" }

Other Tools from Notion MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/michaelwaves/notion-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server