Notion MCP Server

get-block

Retrieve a block by its ID

Input Schema

NameRequiredDescriptionDefault
block_idYesID of the block to retrieve

Input Schema (JSON Schema)

{ "properties": { "block_id": { "description": "ID of the block to retrieve", "type": "string" } }, "required": [ "block_id" ], "type": "object" }