Notion
notion_get_block_children
Get child blocks of a page or block. This is how you read page content. Returns a paginated list of blocks.
Remote node2flow/notion
Other tools also called notion_get_block_children?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"block_id": {
"type": "string",
"description": "Block or page ID"
},
"page_size": {
"type": "number",
"description": "Blocks per page (max 100)"
},
"start_cursor": {
"type": "string",
"description": "Pagination cursor"
}
}
}