Skip to main content
Glama

Notion MCP Server

append-block-children

Add new content blocks to a parent block in Notion, specifying the order with an optional reference block ID. Ideal for dynamically enhancing Notion pages with structured data.

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" }

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/emmanuelsystems/mcpnotionslack'

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