Skip to main content
Glama

Create Page

create_page

Create a page with optional title, body, icon, and parent nesting for product documentation or PRDs.

Instructions

Create a Page (in-product doc / PRD on the spine) and return it (id, title). body is plain text — blank-line-separated blocks become paragraphs; omit it for a blank page. title defaults to 'Untitled'. product_id / parent_id (a parent page) are optional and verified in-org.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoPage content as plain text; blank lines separate paragraphs (optional).
iconNoAn emoji icon for the page (optional).
titleNoPage title (optional; 'Untitled' when omitted).
parent_idNoParent page id to nest under, from list_pages (optional).
product_idNoProduct to scope it to, from whoami (optional).
Behavior4/5

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

Annotations indicate mutation (readOnlyHint=false) and non-destructiveness (destructiveHint=false). The description adds context about body parsing, default title, and verification of product_id/parent_id in the organization, which goes beyond annotations.

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 very concise, using two sentences that front-load the core action and return value, then details parameters efficiently with no extraneous content.

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 5 optional parameters, no output schema, and existing annotations, the description adequately covers creation behavior, return format, and key constraints. It lacks details on the icon parameter beyond being optional, but overall is sufficient.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining body formatting (blank lines create paragraphs), title default, and that product_id/parent_id are verified in-org, which the schema's descriptions (just 'optional') do not convey.

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 verb ('Create') and resource ('a Page'), specifies it returns id and title, and explains the body format and defaults. It distinguishes itself from siblings like update_page and list_pages by focusing on creation.

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 explains when to use the tool (to create a page), but does not explicitly state when not to use it or mention alternatives like update_page. However, the sibling context makes the distinction clear.

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/AIOProductOS/claude-plugin'

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