Skip to main content
Glama

Get Buildin page children

buildin_get_page_children

Retrieves the top-level child blocks of a specified page, supporting pagination to navigate through results.

Instructions

List top-level children blocks of a page using GET /v1/blocks/{page_id}/children. Returns a paginated list with next_cursor and has_more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYesThe page id — Buildin exposes page children through /v1/blocks/{page_id}/children.
start_cursorNo
page_sizeNo
Behavior2/5

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

No annotations are provided, so the description should disclose behavioral traits. It mentions pagination but does not state that the operation is read-only (safe) or any auth/rate limit considerations.

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?

Two short sentences: one for purpose and endpoint, one for pagination. No extraneous information. Front-loaded with the core action.

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?

Provides the endpoint and pagination details, but omits the structure of the response (no output schema) and does not mention authorization or error conditions. Adequate for a simple tool but with gaps.

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 33% (only page_id described). The description adds context about pagination (next_cursor, has_more) but fails to describe start_cursor and page_size parameters explicitly.

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 clearly states the action 'List', the resource 'top-level children blocks of a page', and the API endpoint. It distinguishes from sibling tools like buildin_get_block_children by specifying 'page children'.

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

Usage Guidelines3/5

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

The description implies usage context by specifying 'top-level children', suggesting recursion for nested blocks, but does not explicitly mention when to use this vs alternatives like buildin_get_block_children.

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/ekho/buildin-mcp'

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