Notion
listBlocks
Returns a paginated array of child block objects for the specified block.
Remote kamolc4/notion-mcp
Other tools also called listBlocks?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The parent block ID."
},
"page_size": {
"type": "integer",
"description": "Number of results per page (max 100)."
},
"start_cursor": {
"type": "string",
"description": "Pagination cursor."
}
}
}