Skip to main content
Glama

Notion MCP Server

get-block

Retrieve specific content blocks by their unique ID from Notion workspaces using the Model Context Protocol server, enabling AI assistants to access and manage structured data efficiently.

Instructions

Retrieve a block by its ID

Input Schema

NameRequiredDescriptionDefault
block_idYesID of the block to retrieve

Input Schema (JSON Schema)

{ "properties": { "block_id": { "description": "ID of the block to retrieve", "type": "string" } }, "required": [ "block_id" ], "type": "object" }

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/emmanuelsystems/mcpnotionslack'

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