Skip to main content
Glama

Notion MCP Server

by SAhmadUmass

update-page

Modify existing Notion pages by updating their title and content using the required pageId and content fields, enabling streamlined content management and collaboration.

Input Schema

NameRequiredDescriptionDefault
contentYes
pageIdYes
titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "type": "string" }, "pageId": { "type": "string" }, "title": { "type": "string" } }, "required": [ "pageId", "content" ], "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/SAhmadUmass/notion-mcp-server'

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