Skip to main content
Glama

Notion MCP Server

get-block-children

Retrieve nested content blocks or pages within a specified Notion block using its ID. Supports pagination for large datasets with start cursor and page size options.

Instructions

Retrieve the children blocks of a block

Input Schema

NameRequiredDescriptionDefault
block_idYesID of the block (page or block)
page_sizeNoNumber of results per page
start_cursorNoCursor for pagination

Input Schema (JSON Schema)

{ "properties": { "block_id": { "description": "ID of the block (page or block)", "type": "string" }, "page_size": { "default": 100, "description": "Number of results per page", "type": "number" }, "start_cursor": { "description": "Cursor for pagination", "type": "string" } }, "required": [ "block_id" ], "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