Skip to main content
Glama

Notion MCP Server

by michaelwaves

notion_create_page

Create a new page in Notion as a child of an existing page or database. Define properties, add content blocks, and optionally include icons or cover images.

Instructions

Creates a new page in Notion. Can be a child of a page or database.

Input Schema

NameRequiredDescriptionDefault
childrenNoOptional page content as array of block objects
coverNoOptional page cover image
iconNoOptional page icon
parentYesParent page or database
propertiesYesPage properties. Must match parent database schema if parent is a database.

Input Schema (JSON Schema)

{ "properties": { "children": { "description": "Optional page content as array of block objects", "items": { "type": "object" }, "type": "array" }, "cover": { "description": "Optional page cover image", "properties": { "external": { "properties": { "url": { "description": "URL of cover image", "type": "string" } }, "required": [ "url" ], "type": "object" }, "type": { "enum": [ "external" ], "type": "string" } }, "required": [ "type", "external" ], "type": "object" }, "icon": { "description": "Optional page icon", "properties": { "emoji": { "description": "Emoji character (if type is emoji)", "type": "string" }, "external": { "properties": { "url": { "description": "URL of external image", "type": "string" } }, "type": "object" }, "type": { "enum": [ "emoji", "external" ], "type": "string" } }, "type": "object" }, "parent": { "description": "Parent page or database", "properties": { "database_id": { "description": "ID of parent database (required if type is database_id)", "type": "string" }, "page_id": { "description": "ID of parent page (required if type is page_id)", "type": "string" }, "type": { "description": "Type of parent", "enum": [ "page_id", "database_id" ], "type": "string" } }, "required": [ "type" ], "type": "object" }, "properties": { "description": "Page properties. Must match parent database schema if parent is a database.", "type": "object" } }, "required": [ "parent", "properties" ], "type": "object" }

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

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