Skip to main content
Glama

Notion MCP Server

by Sjotie

append-block-children

Add new content blocks to a Notion page or existing block using the parent block ID. Specify block objects to append and optionally position them after a specific block.

Instructions

Append blocks to a parent block

Input Schema

NameRequiredDescriptionDefault
afterNoOptional ID of an existing block to append after
block_idYesID of the parent block (page or block)
childrenYesList of block objects to append

Input Schema (JSON Schema)

{ "properties": { "after": { "description": "Optional ID of an existing block to append after", "type": "string" }, "block_id": { "description": "ID of the parent block (page or block)", "type": "string" }, "children": { "description": "List of block objects to append", "type": "array" } }, "required": [ "block_id", "children" ], "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