Notion ReadOnly MCP Server

by Taewoong1378
MIT License
38
2
  • Apple

API-retrieve-a-block

Fetch specific content from Notion by retrieving a block using its unique identifier, enabling quick access to structured data for efficient querying and processing.

Instructions

Retrieve a block

Input Schema

NameRequiredDescriptionDefault
block_idYesIdentifier for a Notion block

Input Schema (JSON Schema)

{ "$defs": {}, "properties": { "block_id": { "description": "Identifier for a Notion block", "type": "string" } }, "required": [ "block_id" ], "type": "object" }

You must be authenticated.

Other Tools from Notion ReadOnly MCP Server

Related Tools

ID: gydledeehw