Skip to main content
Glama

List Coda Controls

coda_list_controls
Read-onlyIdempotent

Retrieve all controls (formula cells, buttons, date pickers, etc.) from a Coda document. Supports pagination and returns IDs, names, types, formulas, and browser links.

Instructions

List all controls (formula cells, buttons, date pickers, etc.) in a Coda document.

Args:

  • doc_id (string): The document ID

  • limit (number): Max controls (default 25)

  • page_token (string, optional): Pagination token

  • response_format: 'markdown' or 'json'

Returns: List of controls with id, name, type, formula, browserLink.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax items to return (1–500, default 25)
doc_idYesCoda document ID
page_tokenNoToken for next page of results (from previous response)
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readablemarkdown
Behavior3/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds return field details (id, name, type, formula, browserLink) but does not disclose new behavioral traits beyond what annotations provide. 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?

The description is two short sentences plus a clear arg/return list. It is front-loaded with the purpose and contains no unnecessary information. Every sentence earns its place.

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

Completeness5/5

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

For a list tool with rich annotations and complete schema, the description adequately covers pagination, limit, response format, and return fields. No output schema exists, but the return description suffices. Complete for its complexity.

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?

Input schema covers all four parameters with descriptions (100% coverage). The description does not add parameter-level meaning beyond the schema; it only lists the args in a docstring format. 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 lists all controls (formula cells, buttons, date pickers) in a Coda document. It uses a specific verb and resource, and the mention of control types distinguishes it from sibling tools like coda_list_formulas.

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 explicit guidance on when to use this tool versus alternatives. While the name and description imply listing multiple controls, there is no mention of when not to use it or references to siblings like coda_get_control for single controls.

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