Skip to main content
Glama

Notion MCP Server

get-block-children

Retrieve child blocks from a specified Notion block using block ID. Supports pagination with page size and cursor for efficient data handling.

Input Schema

NameRequiredDescriptionDefault
block_idYesThe ID of the block to get children from
page_sizeNoNumber of results to return (max 100)
start_cursorNoPagination cursor

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "block_id": { "description": "The ID of the block to get children from", "type": "string" }, "page_size": { "description": "Number of results to return (max 100)", "maximum": 100, "minimum": 1, "type": "number" }, "start_cursor": { "description": "Pagination cursor", "type": "string" } }, "required": [ "block_id" ], "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/ramidecodes/mcp-server-notion'

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