Notion
getBlock
Retrieves a block object by its ID.
Remote kamolc4/notion-mcp
Other tools also called getBlock?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The block ID."
}
}
}