Skip to main content
Glama

notion-mcp-server

retrieve_block_children

Retrieve child elements of a specific block in Notion using the block ID. Supports pagination for handling large datasets. Integrates with the Notion MCP Server for API interactions.

Instructions

Retrieve the children of a block from Notion

Input Schema

NameRequiredDescriptionDefault
blockIdYesThe ID of the block to retrieve children for
page_sizeNoNumber of results to return (1-100)
start_cursorNoCursor for pagination

Input Schema (JSON Schema)

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

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