Skip to main content
Glama

coda_list_columns

Read-onlyIdempotent

Retrieve column metadata from a Coda table, including names, types, and configuration, to understand the table schema before inserting or updating rows.

Instructions

List all columns in a Coda table.

Returns column metadata including name, ID, type (text, number, date, etc.), and configuration. Column IDs are internal identifiers — use column names when working with row data. This is the table schema — call this before inserting or updating rows to know the available columns and their types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesThe doc ID containing the table
table_id_or_nameYesTable ID or name to list columns from
limitNoMaximum number of columns to return (1-200)
cursorNoPagination cursor from a previous response

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate readOnly, idempotent, and openWorld hints. The description adds behavioral context: column IDs are internal identifiers and should not be used for row data; names should be used instead. This goes beyond annotations.

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?

Three concise sentences with no filler. The key purpose is stated first, followed by useful behavioral and usage hints. 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?

The description explains what the tool returns, how to use the output (use column names for row data), and when to call it (before insert/update). With an output schema present, it provides sufficient context for an agent to invoke correctly.

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% and parameter descriptions in the schema are already clear. The description does not add new semantic details about parameters like doc_id or table_id_or_name beyond what's in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists all columns in a Coda table and returns metadata (name, ID, type, configuration). While it doesn't explicitly differentiate from sibling tool coda_get_column, the verb 'list' and context imply it returns all columns vs a single one.

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 explicitly advises calling this before inserting or updating rows to know available columns and types. It provides clear context but does not mention exclusions or alternatives.

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

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