Skip to main content
Glama

Duplicate Page

coda_duplicate_page

Duplicate an existing page in a Coda document by providing the document ID, page identifier, and a new name for the copied page.

Instructions

Duplique une page existante sous un nouveau nom.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesID du document
page_idYesID ou nom de la page à dupliquer
new_nameYesNom de la nouvelle page
Behavior3/5

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

Annotations already indicate this is not read-only, not idempotent, and not destructive. The description adds no further behavioral details such as side effects, permissions needed, or locking. It stays at the level of the annotations without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence efficiently conveys the core purpose without wasteful words. However, the language is French, which may reduce clarity for non-French-speaking agents, but this is not directly penalized in this dimension.

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?

For a simple duplication tool with three required parameters and annotations present, the description is mostly adequate. It could mention what is included in the duplicate (content, structure) or the return value, but given the low complexity, it covers the essential function.

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%, so the parameters are already well-documented. The description does not add any extra meaning or examples beyond the schema definitions.

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 action ('duplicate'), the resource ('page'), and the distinguishing condition ('under a new name'). This clearly differentiates it from sibling tools like coda_create_page or coda_rename_page.

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?

No guidance is given on when to use this tool versus alternatives such as coda_create_page, coda_rename_page, or coda_update_page. The description only states the basic function without context for selection.

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

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