Skip to main content
Glama

Notion MCP Server

by SAhmadUmass

update-database-entry

Modify specific properties of a Notion database entry by providing the page ID and updated property values. Streamline database management and ensure accurate data synchronization directly through the Notion MCP Server.

Input Schema

NameRequiredDescriptionDefault
pageIdYes
propertiesYes

Input Schema (JSON Schema)

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