get_block
Retrieve a specific Notion block by its ID to access its content, type, and properties.
Instructions
Retrieve a specific block by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block UUID |
Retrieve a specific Notion block by its ID to access its content, type, and properties.
Retrieve a specific block by its ID.
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block UUID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden. 'Retrieve' implies a read operation but does not disclose potential errors, permission requirements, or return format. Minimal behavioral context is added beyond the tool name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no filler. It front-loads the action and resource, making it easy to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter retrieval tool, the description, combined with the clear schema, is mostly complete. It lacks details on return format or error behavior, but the simplicity of the operation makes it adequate for selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents block_id as 'Block UUID' with 100% coverage, and the description adds no extra meaning. Since schema coverage is high, a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Retrieve', the resource 'a specific block', and the criteria 'by its ID'. This distinguishes it from sibling tools like get_block_children, which retrieves children, or update_block, which modifies a block.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. It doesn't mention that this is for fetching a single block while get_block_children is for fetching children, or any prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobmatnyc/notion-mpm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server