Skip to main content
Glama

Notion MCP Server

by SAhmadUmass

update-page

Use this tool to modify a Notion page by updating its title and content. Simply provide the page ID and the new content to make changes directly within your Notion workspace.

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

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