Skip to main content
Glama

get_table

Retrieve detailed table information including schema, columns, and metadata from a Coda document.

Instructions

Get detailed information about a specific table including its schema, columns, and metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
table_id_or_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the table.
typeYesThe type of this resource.
table_typeYesType of the table.
hrefYesAPI link to the table.
browser_linkYesBrowser-friendly link to the table.
nameYesName of the table.
parentYesParent page of the table.
parent_tableNoParent table if this is a view.
display_columnYesThe display column for the table.
row_countYesTotal number of rows in the table.
sortsYesAny sorts applied to the table.
layoutYesLayout type of the table or view.
filterNoDetailed information about the filter formula for the table, if applicable.
created_atYesTimestamp for when the table was created.
updated_atYesTimestamp for when the table was last modified.
view_idNoID of the view if this is a view.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only operation by stating 'Get detailed information', but does not explicitly confirm safety or disclose any behavioral traits like permissions or side effects. This is adequate but not thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with 14 words, delivering the core purpose without extraneous detail. It is efficiently structured but could be slightly more organized if split into multiple sentences.

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?

Given the presence of an output schema (not shown but mentioned), the description does not need to detail return values. However, it lacks information about error behavior, performance considerations, or how to interpret the 'detailed information', making it only moderately complete for a simple read tool.

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

Parameters1/5

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

The input schema has two required parameters (doc_id and table_id_or_name) with 0% description coverage. The tool description does not explain what these parameters represent or how to obtain them, leaving the agent without guidance on how to set them correctly.

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 verb 'Get' and the resource 'table', specifying that it returns 'schema, columns, and metadata'. This distinguishes it from sibling tools like get_row, get_column, and list_tables, which have different scopes.

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?

The description provides no guidance on when to use this tool versus alternatives such as list_tables, get_column, or get_row. It does not mention prerequisites, limitations, or exclusions, leaving the agent to infer usage context from the name alone.

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