Skip to main content
Glama

create_page

Convert markdown content into a structured Notion page with support for headings, lists, tables, code blocks, callouts, and file uploads.

Instructions

Create a new Notion page from markdown content. Supported markdown syntax:

  • Headings: # H1, ## H2, ### H3

  • Inline: bold, italic, strikethrough, code, links

  • Images: alt

  • Lists: - bullet, 1. numbered, - [ ] task, - [x] checked task

  • Tables: | col | col | with header row and --- separator

  • Code blocks: triple backtick with optional language

  • Blockquotes: > text

  • Callouts: > [!NOTE]\n> content, > [!TIP]\n> content, > [!WARNING]\n> content, > [!IMPORTANT]\n> content, > [!INFO]\n> content, > [!SUCCESS]\n> content, > [!ERROR]\n> content → styled callout blocks with emoji

  • Dividers: ---

  • Toggle blocks: +++ Title\ncontent\n+++ (collapsible sections)

  • Column layouts: ::: columns\n::: column\nleft\n:::\n::: column\nright\n:::\n:::

  • Bookmarks: bare URL on its own line (not wrapped in ) → rich preview card

  • Equations: $$expression$$ or multi-line $$\nexpression\n$$ → equation block

  • Table of contents: [toc] → table of contents block

  • Embeds: embed → embed block

  • File uploads: alt → uploads and creates image block Link syntax: name → uploads and creates file/audio/video block (by extension) Max 20 MB per file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPage title
markdownYesMarkdown content for the page body
parent_page_idNoParent page ID. Resolution order when omitted: NOTION_ROOT_PAGE_ID env var → last used parent in this session → workspace-level private page (OAuth mode). In stdio mode without NOTION_ROOT_PAGE_ID, this is required on first use.
iconNoOptional emoji icon
coverNoOptional cover image URL
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses behavioral traits like supported markdown syntax and file upload limits (max 20 MB per file), which are valuable beyond basic creation. However, it doesn't mention permissions needed, rate limits, whether the page is public/private by default, or error handling for invalid markdown, leaving gaps in behavioral context.

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

Conciseness2/5

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

The description is overly long and poorly structured, with a massive bulleted list of markdown syntax that dominates the text. While informative, this detail could be summarized or linked externally. The core purpose is buried, and the list includes redundant examples (e.g., multiple callout types), making it inefficient and not front-loaded for quick understanding.

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 no annotations and no output schema, the description provides good context on input content (markdown syntax) and file limits, which helps for a creation tool. However, it lacks details on output (e.g., what is returned upon success, error formats) and doesn't fully cover behavioral aspects like authentication needs or side effects, making it incomplete for safe and effective use.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds value by explaining markdown content details (e.g., syntax for headings, lists, callouts) that enrich the 'markdown' parameter's meaning beyond the schema's generic description. It also implies file handling for uploads, though not directly tied to a parameter. This compensates well, but doesn't cover all parameters like 'parent_page_id' resolution nuances.

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 explicitly states the action ('Create a new Notion page') and the resource ('from markdown content'), making the purpose clear. It distinguishes from siblings like 'create_database' (different resource) and 'update_page' (different action). The detailed markdown syntax list further clarifies what type of content creation this enables.

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

Usage Guidelines3/5

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

The description implies usage through the markdown syntax details, suggesting this is for creating richly formatted pages. However, it lacks explicit guidance on when to choose this over alternatives like 'create_database' (for structured data) or 'append_content' (for adding to existing pages). No prerequisites or exclusions are mentioned, leaving usage context inferred rather than stated.

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/Grey-Iris/easy-notion-mcp'

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