Skip to main content
Glama

Notion MCP Server

by gendosu

API-create-a-comment

Add comments to Notion pages programmatically using structured input, enabling AI agents to interact with Notion workspaces and enhance collaboration through automated feedback.

Instructions

Notion | Create comment

Input Schema

NameRequiredDescriptionDefault
parentYesThe page that contains the comment
rich_textYes

Input Schema (JSON Schema)

{ "$defs": {}, "properties": { "parent": { "additionalProperties": true, "description": "The page that contains the comment", "properties": { "page_id": { "description": "the page ID", "type": "string" } }, "required": [ "page_id" ], "type": "object" }, "rich_text": { "items": { "additionalProperties": true, "properties": { "text": { "additionalProperties": true, "properties": { "content": { "description": "The content of the comment", "type": "string" } }, "required": [ "content" ], "type": "object" } }, "required": [ "text" ], "type": "object" }, "type": "array" } }, "required": [ "parent", "rich_text" ], "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/gendosu/notion-mcp-server'

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