Skip to main content
Glama

Push Button

coda_push_button

Triggers a button in a Coda table row to execute its action. Provide document, table, row, and column identifiers.

Instructions

Déclenche un bouton Coda sur une ligne spécifique d'une table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesID du document
row_idYesID ou nom de la ligne
table_idYesID ou nom de la table
column_idYesID ou nom de la colonne bouton
Behavior3/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) and not idempotent (idempotentHint=false). The description adds the specific context that it triggers a button, but does not disclose potential side effects, error conditions, or the nature of the button execution beyond the basic action.

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 a single, well-formed sentence front-loaded with the action and resource, containing no extraneous information. Every word contributes to the core purpose.

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

Completeness3/5

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

While the core purpose is clear, the description lacks important context about the consequences of triggering the button (e.g., potential data mutations, execution behavior). With openWorldHint=true and no output schema, more detail on side effects or return values would improve decision-making for the agent.

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% with adequate descriptions for all four parameters. The tool's description does not add any extra meaning or usage hints beyond what the schema already provides, so a baseline score 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 uses a specific verb 'Déclenche' (triggers) and identifies the resource 'bouton Coda' (Coda button) on a specific row and table, clearly distinguishing it from all sibling tools which do not involve button triggering.

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 the tool should be used when wanting to run a button's action, but it does not provide any explicit when-to-use, when-not-to-use, or alternative suggestions, leaving the agent without clear guidance on appropriate contexts or prerequisites.

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