Skip to main content
Glama

Notion MCP Server

create-page

Generate and add new pages to Notion databases or existing pages by specifying parent ID, properties, and content blocks.

Input Schema

NameRequiredDescriptionDefault
childrenNoJSON string of page content blocks
parent_idYesID of the parent database or page
parent_typeYesType of parent (database or page)
propertiesYesJSON string of page properties

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "children": { "description": "JSON string of page content blocks", "type": "string" }, "parent_id": { "description": "ID of the parent database or page", "type": "string" }, "parent_type": { "description": "Type of parent (database or page)", "enum": [ "database_id", "page_id" ], "type": "string" }, "properties": { "description": "JSON string of page properties", "type": "string" } }, "required": [ "parent_type", "parent_id", "properties" ], "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