max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
Loading tools…
Notion
List child blocks for a page or block in a connected Notion workspace.
Lists one level of block children. Recurse on blocks whose has_children is true. Billed per upstream request at $0.0025; one page (up to 100 blocks) is one request.
Agents select this operation with tool ID notion.block-children-list, then check its current inputs and price before a run.
max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · optionalSearch terms used to find relevant records.
pagesnumberReturned pages value.
resultsarrayReturned results value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.
{
"tool_id": "notion.block-children-list",
"input": {
"path": {
"block_id": "YOUR-NOTION-BLOCK-ID"
},
"query": {
"page_size": 1
},
"max_pages": 1
}
}{
"pages": 1,
"results": [
{
"id": "1b2c3d4e-0000-4000-8000-000000000003",
"type": "paragraph",
"object": "block",
"paragraph": {
"rich_text": [
{
"type": "text",
"plain_text": "Summarise launch risks, owners and rollback criteria."
}
]
},
"has_children": false
}
]
}not_found: Notion cannot find the block or the connection cannot access its page.Share the containing page with the Scrollport integration and retry.