notion-mcp-server

by awkoy
Verified

retrieve_block

Retrieve a block from Notion by ID

Input Schema

NameRequiredDescriptionDefault
blockIdYesThe ID of the block to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockId": { "description": "The ID of the block to retrieve", "type": "string" } }, "required": [ "blockId" ], "type": "object" }