Skip to main content
Glama
kirvigen

notion-private-api-mcp

Get Notion Block

get_block

Retrieve a single Notion block using its ID or URL. Access block content without per-page sharing requirements.

Instructions

Read a single Notion block through the private API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
block_idYesBlock id or block URL.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of behavioral disclosure. It states 'Read' indicating a non-destructive operation, but does not mention authentication requirements, rate limits, or that it uses a 'private API' which might imply instability. The description is minimally adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, front-loaded with the core action. Every word serves a purpose with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite the tool's simplicity (1 parameter, no output schema), the description fails to explain what the return value is or how the output is structured. Given the sibling tools, more context on distinguishing use cases would be helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and the description adds no additional meaning beyond the schema's 'Block id or block URL.' Since the schema already documents the parameter, the description provides no extra value, meeting the baseline for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Read a single Notion block' providing a specific verb and resource. It implies it is for individual blocks, distinguishing from siblings like 'get_block_children' which reads children. However, it does not explicitly differentiate from 'get_page' which might read a page entity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'get_block_children' or 'get_page'. It lacks any contextual cues such as prerequisites or scenarios where this tool is preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/kirvigen/notion-private-api-mcp'

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