Notion MCP Server

by ramidecodes
Verified

get-block

Retrieve specific block content from a Notion workspace by providing its unique block ID, enabling direct interaction with Notion data through the Notion MCP Server.

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" }

You must be authenticated.

Other Tools from Notion MCP Server

Related Tools

ID: bjc5iac7gt