Skip to main content
Glama

MCP Notion Server

append_blocks

Add multiple content blocks to a specific Notion page using the MCP Notion Server, enabling structured and efficient page updates through API integration.

Instructions

Append blocks to a page

Input Schema

NameRequiredDescriptionDefault
blocksYesArray of block objects to append
page_idYesID of the page

Input Schema (JSON Schema)

{ "properties": { "blocks": { "description": "Array of block objects to append", "type": "array" }, "page_id": { "description": "ID of the page", "type": "string" } }, "required": [ "page_id", "blocks" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notion 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/gabornyergesX/mcp-notion-server'

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