Skip to main content
Glama

Notion MCP Server

create-comment

Add comments to Notion pages using the Notion MCP Server. Provide page ID and text to create comments, with an optional discussion ID for threaded replies.

Input Schema

NameRequiredDescriptionDefault
discussion_idNoOptional discussion ID for threaded comments
page_idYesThe ID of the page to comment on
textYesThe comment text content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "discussion_id": { "description": "Optional discussion ID for threaded comments", "type": "string" }, "page_id": { "description": "The ID of the page to comment on", "type": "string" }, "text": { "description": "The comment text content", "type": "string" } }, "required": [ "page_id", "text" ], "type": "object" }

You must be authenticated.

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/ramidecodes/mcp-server-notion'

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