list_block_children
Retrieve direct children of a Notion block or page, returning their IDs, types, and optional text content. Helps locate specific block IDs before making targeted edits.
Instructions
List direct children of a block or page (shallow, no recursion).
Returns block IDs, types, and optionally their text content. Useful for finding specific block IDs before surgical edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ||
| include_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |