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, ensuring data accuracy and consistency in your workspace.

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

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