Skip to main content
Glama

Create Buildin page

buildin_create_page

Create a new page inside a specified parent: page, database, space, or block. Set properties to match schema, add icon, cover, and child blocks.

Instructions

Create a new page in Buildin.ai. The parent may be a page_id, database_id, space_id, or block_id. When parent is a database, properties must match the database schema. Returns the created page object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentYesParent reference. Accepts both {type, <id_field>} and the shorter {<id_field>} form.
propertiesYesPage properties. For database children, must match the database schema. For other parents, typically { title: { title: [{ text: { content: '...' } }] } }.
iconNoIcon: emoji or external url. Both discriminator-less and typed forms accepted to match Buildin examples.
coverNoCover image (external url only).
childrenNoInitial child blocks to append after creation.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It accurately states that the tool returns the created page object and mentions the parent types and property requirement for databases. However, it does not disclose potential side effects, error conditions, authentication needs, rate limits, or what happens if properties do not match the database schema (e.g., validation errors). This is adequate but not comprehensive.

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 extremely concise with two sentences, front-loading the primary purpose immediately ("Create a new page in Buildin.ai"). Every sentence adds value without redundancy or fluff.

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

Completeness4/5

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

Given the tool's complexity (5 parameters, nested objects) and lack of annotations or output schema, the description covers the key aspects: purpose, parent types, database-specific requirement, and return object. It could mention potential error scenarios or prerequisites, but the schema fills in the details, making this reasonably complete.

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 description coverage is 100%, meaning the schema already provides descriptions for all parameters. The description adds a bit of context by enumerating parent types and restating the database property requirement, but it does not add significant new meaning beyond the schema. Baseline of 3 is appropriate.

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 explicitly states the verb 'create' and resource 'page in Buildin.ai', distinguishing it from sibling tools like 'buildin_create_database' or 'buildin_append_block_children'. It also specifies the parent types (page_id, database_id, etc.), making the purpose clear and unique.

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

Usage Guidelines4/5

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

The description provides context on when to use the tool, explaining the acceptable parent types and the special case for database parents requiring matching properties. However, it does not explicitly state when not to use it or compare with alternatives like 'buildin_update_page' or 'buildin_archive_page', but the provided context is sufficient for most scenarios.

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