Skip to main content
Glama
TTaoGaming
by TTaoGaming

List block children

list_block_children
Read-onlyIdempotent

List child blocks nested under a specified Notion block or page, supporting pagination with startCursor and pageSize parameters.

Instructions

List the child blocks beneath a page or block.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blockIdYes
pageSizeNo
startCursorNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
codeNo
dataNo
errorNo
statusNo
Behavior3/5

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

Annotations already provide readOnlyHint and idempotentHint, so the safety profile is clear. However, the description adds little beyond the core behavior; it does not mention pagination (startCursor, pageSize) or whether it returns only direct children, which are important behavioral traits for correct usage.

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 sentence that directly states the purpose without any fluff. It is well-structured and front-loaded with the action verb, making it highly concise.

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

Completeness3/5

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

The tool has pagination parameters and an output schema, but the description is minimal and does not cover pagination behavior or whether children are direct only. This is a clear gap for an agent needing to correctly handle large or nested structures, though the core purpose is clear.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it does not. It only implies blockId refers to a page or block, and does not explain pageSize or startCursor, leaving their semantics to be inferred from names and types.

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

Purpose5/5

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

The description uses the specific verb 'List' with the resource 'child blocks beneath a page or block', making the action and scope unambiguous. It clearly distinguishes from siblings like get_block (single block) and append_block_children (mutating children).

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 such as get_block or query_data_source. It lacks any explicit context about scenarios or exclusions, leaving the agent to infer usage from the name alone.

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/TTaoGaming/mcp-notion-fast'

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