Notion MCP Server

by ramidecodes
Verified

get-block

Input Schema

NameRequiredDescriptionDefault
block_idYesThe ID of the block to retrieve

Input Schema (JSON Schema)

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