Skip to main content
Glama

List Coda Tables

coda_list_tables
Read-onlyIdempotent

List all tables and views in a Coda document with details like name, type, and row count. Filter by 'table' or 'view' and paginate results.

Instructions

List all tables and views in a Coda document.

Args:

  • doc_id (string): The document ID

  • table_type (string, optional): Filter by type — 'table' or 'view'

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

  • page_token (string, optional): Pagination token

  • response_format: 'markdown' or 'json'

Returns: List of tables with id, name, type, rowCount, 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)
table_typeNoFilter: 'table' or 'view'
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readablemarkdown
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive. Description adds specific output fields and parameter options (filter, pagination, format). Does not contradict 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?

Very concise, front-loaded purpose, clear parameter list. No wasted words.

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?

Covers purpose, all parameters, output format, and return fields. Lacks explicit mention of default limit or that pagination token comes from previous response, but mostly complete.

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

Parameters4/5

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

Input schema has 100% coverage with descriptions. Description reinforces with a readable summary and adds default values and format options, but doesn't provide new meaning beyond schema.

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?

Description clearly states action 'List all tables and views' and scope 'in a Coda document.' Differentiates from siblings like coda_get_table (single table) or coda_list_docs (docs).

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?

Implicitly used when you need a list of tables/views in a doc. No explicit when-not or alternative mentions, but context is clear.

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