get-block-children
Retrieve children blocks of a Notion block or page with paginated results. Supports markdown, simple, or JSON output formats.
Instructions
Retrieve the children blocks of a block or page. Returns paginated results. Use format='markdown' (default) for human-readable output with significantly reduced token usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block or page ID | |
| start_cursor | No | Pagination cursor from previous response | |
| page_size | No | Number of results (1-100) | |
| format | No | Output format: 'markdown' (default, human-readable), 'simple' (ID + type + content, for deletion), 'json' (full API response) | markdown |
| fetch_nested | No | Fetch nested children recursively (WARNING: many API calls) |