Skip to main content
Glama

push_button

Triggers a button column in a table row to execute automations, formulas, or workflows.

Instructions

Trigger a button column in a table row to execute its automation or action (buttons can run formulas, modify data, or trigger workflows)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
table_id_or_nameYes
row_id_or_nameYes
column_id_or_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYesAn arbitrary unique identifier for this request.
row_idYesID of the row where the button exists.
column_idYesID of the column where the button exists.
Behavior4/5

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

The description discloses important behavioral traits: buttons can run formulas, modify data, or trigger workflows, indicating the action is not trivial and may have side effects. No annotations exist, so the description carries the full burden and does so well.

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 with no unnecessary words. It front-loads the core action and follows with context in parentheses. Every part is useful.

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?

The tool has 4 required parameters and an output schema. The description explains the behavior but lacks details on parameter usage (e.g., identifier formats). It is minimally adequate for a simple tool but leaves gaps.

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

Parameters2/5

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

The input schema has 4 parameters with clear titles but zero description coverage. The tool description does not explain any parameter further, leaving the agent to rely on parameter names alone, which may be insufficient for correct invocation.

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's purpose: triggering a button column in a table row to execute its automation or action. It distinguishes from sibling tools by focusing on button-specific functionality, which is not covered by other row/table operations.

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 usage guidelines are provided. The description does not indicate when to use this tool versus alternatives (e.g., update_row, delete_row), nor does it specify any prerequisites or restrictions.

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

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