Skip to main content
Glama

Notion MCP Server

by Sjotie

create-page

Create a new page in a Notion database by specifying the parent database ID and page properties. Add optional content blocks to organize and structure information effectively.

Instructions

Create a new page in a database

Input Schema

NameRequiredDescriptionDefault
childrenNoOptional content blocks
parent_idYesID of the parent database
propertiesYesPage properties

Input Schema (JSON Schema)

{ "properties": { "children": { "description": "Optional content blocks", "type": "array" }, "parent_id": { "description": "ID of the parent database", "type": "string" }, "properties": { "description": "Page properties", "type": "object" } }, "required": [ "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/Sjotie/notionMCP'

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