Skip to main content
Glama

coda_create_page

Create a new page in a Coda document. Supports optional title, subtitle, parent page, and initial content in HTML or markdown.

Instructions

Create a new page in a Coda doc.

Creates a page with optional initial content. Returns the new page's ID and metadata. The page is created at the top level unless parent_page_id is specified. Content can be HTML or markdown — specify the format via content_format. Pack formulas cannot be inserted via the API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesThe doc ID to create the page in
nameYesName/title for the new page
parent_page_idNoParent page ID to nest under (omit for top-level)
subtitleNoSubtitle text for the page
contentNoInitial page content in HTML or markdown
content_formatNoFormat of the content parameter

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false). The description adds behavioral context beyond annotations by stating that pack formulas cannot be inserted and that pages are created at top level unless parent_page_id is specified. This is useful for the agent.

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 concise with 5 sentences, front-loaded with the core purpose, and every sentence adds value. No redundant or vague statements.

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 output schema exists, the description correctly omits return details. It covers creation behavior, optional content, and nesting. However, it lacks information on error conditions, permission requirements, or uniqueness constraints, which would be helpful for a creation tool.

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 100%, so baseline is 3. The description restates some schema info (e.g., content_format for HTML/markdown) but adds no new per-parameter semantics beyond a general note about pack formulas. It does not enhance understanding of each parameter beyond what the schema already provides.

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 'page', and distinguishes from siblings like coda_create_doc and coda_create_folder by specifying it creates a page within a doc. Additional details about optional content and nesting further clarify the purpose.

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 for creating a new page but provides no explicit guidance on when not to use it or how to choose between alternatives like coda_update_page. The mention of top-level vs nested creation gives some context, but lacks comparative guidance.

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/vish288/mcp-coda'

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