Skip to main content
Glama
SunCreation

MCP Notion Server (@suncreation)

by SunCreation

notion_create_comment

Add comments to Notion pages or existing discussion threads using rich text formatting, including mentions, links, and equations.

Instructions

Create a comment in Notion. This requires the integration to have 'insert comment' capabilities. You can either specify a page parent or a discussion_id, but not both.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentNoParent object that specifies the page to comment on. Must include a page_id if used.
discussion_idNoThe ID of an existing discussion thread to add a comment to.It should be a 32-character string (excluding hyphens) formatted as 8-4-4-4-12 with hyphens (-).
rich_textYesArray of rich text objects representing the comment content.
formatNoSpecify the response format. 'json' returns the original data structure, 'markdown' returns a more readable format. Use 'markdown' when the user only needs to read the page and isn't planning to write or modify it. Use 'json' when the user needs to read the page with the intention of writing to or modifying it.markdown
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by stating the permission requirement ('insert comment' capabilities) and the mutual exclusivity rule for parent/discussion_id. However, it doesn't mention potential side effects (e.g., notifications sent), rate limits, error conditions, or what the response looks like (since there's no output schema). For a mutation tool with zero annotation coverage, this leaves significant behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly front-loaded and efficient: two sentences that cover purpose, prerequisites, and key usage constraint. Every word earns its place with zero redundancy. It's appropriately sized for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (mutation with 4 parameters, nested objects, no annotations, no output schema), the description is incomplete. While it covers purpose, prerequisites, and a key parameter constraint well, it lacks information about the response format, error handling, and other behavioral aspects. The 100% schema coverage helps, but for a creation tool, more context about what happens after invocation would be valuable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds value by clarifying the parent/discussion_id exclusivity rule, which isn't captured in the schema. However, it doesn't provide additional semantic context beyond what's already in the parameter descriptions (e.g., explaining when to choose parent vs discussion_id). Given the high schema coverage, baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Create a comment in Notion') and resource ('comment'), distinguishing it from sibling tools like notion_retrieve_comments (which reads comments) and other creation tools (which create pages, databases, etc.). It provides a precise verb+resource combination that leaves no ambiguity about the tool's function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('Create a comment in Notion') and provides crucial exclusion guidance: 'You can either specify a page parent or a discussion_id, but not both.' It also mentions a prerequisite: 'This requires the integration to have 'insert comment' capabilities.' This gives clear context for when and how to invoke the tool versus alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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