Skip to main content
Glama

notion_create_page

Create a Notion page in a specified parent database or page. Provide the parent ID, title, and optional markdown content.

Instructions

Create a new Notion page in the given parent (database or page).

Args: parent_id (required): Parent page or database ID. title (required): content_markdown: Page content in Markdown (will be converted to Notion blocks).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parent_idNo
titleNo
content_markdownNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description explains that content_markdown will be converted to Notion blocks, which is a key behavioral trait. However, it does not disclose nuances like the difference between creating a page in a database vs a page, or any other side effects. Since annotations are absent, the description carries the full burden but only partially fulfills it.

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

Conciseness4/5

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

The description is concise, with a clear opening sentence stating the purpose, followed by parameter documentation. It uses minimal words effectively. However, the title parameter has no description, which could be considered a missed opportunity to be concise but informative. Overall, good structure.

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

Completeness2/5

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

While the description covers the basic purpose, it lacks important contextual details such as the difference between creating a page in a database vs a page, whether the title has any restrictions, or what the response contains. Given that the input schema has no descriptions and no annotations, the description should provide more guidance to ensure correct usage. The presence of an output schema reduces the need for output explanation, but the description is still incomplete for parameter semantics and usage context.

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 description adds meaning for parent_id (specifying it's a page or database ID) and content_markdown (mentioning Markdown conversion). However, title has no description beyond being required. Given 0% schema coverage, the description partially compensates but leaves a gap for the title parameter. A score of 3 is appropriate as it adds some value but not comprehensively.

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 action (Create), the resource (a new Notion page), and the context (in a given parent). This distinguishes it from sibling tools like notion_create_database which creates a database instead. The scope is explicit.

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

Usage Guidelines2/5

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

The description lacks any usage guidelines. It does not specify when to use this tool versus similar tools like notion_create_database or notion_create_comment. No when-not or alternative indications are present, which is a significant gap for an AI agent to decide correctly.

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/RPasquale/lightbulb-mcp'

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