Skip to main content
Glama

Rename Page

coda_rename_page
Idempotent

Rename a page in a Coda document by providing the document ID, page ID, and new name.

Instructions

Renomme une page existante. Raccourci explicite pour changer uniquement le nom.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesID du document
page_idYesID ou nom de la page
new_nameYesNouveau nom de la page
Behavior4/5

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

Annotations already indicate the tool is not read-only, not destructive, and idempotent. The description adds value by specifying that it only changes the name (not other properties), reinforcing the idempotent and non-destructive nature. No contradictions.

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, front-loaded with the verb and resource. Every word adds value. No extraneous information.

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 tool with 3 simple parameters and no output schema, the description is sufficiently complete. It explains the action and scope. Minor omission: no mention of return values or error cases, but these are not critical given the simplicity.

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?

Parameter schema has 100% coverage with basic descriptions. The tool description does not add additional semantics beyond what the schema provides. However, the context of renaming clarifies the purpose of 'new_name'. Baseline 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 clearly states the tool renames an existing page ('Renomme une page existante'), with a specific verb and resource. It distinguishes itself from the sibling 'coda_update_page' by explicitly calling itself a shortcut for changing only the name.

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 implies when to use this tool (only for renaming) by stating it's a shortcut for changing the name, contrasting with a full page update. However, it does not explicitly state when not to use it or name alternatives beyond the implication.

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