Skip to main content
Glama

notion-mcp-server

retrieve_block

Fetch a specific block from Notion by its unique ID, enabling integration with AI assistants and efficient data retrieval for automation workflows.

Instructions

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

You must be authenticated.

Other Tools from notion-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/awkoy/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server