Get Coda Column
coda_get_columnRetrieve detailed information about a specific column in a Coda table, including its formula, type, and currency or number format settings.
Instructions
Get detailed information about a specific column, including its formula and format.
Especially useful to inspect calculated column formulas and currency/number format settings.
Args:
doc_id (string): The document ID
table_id (string): The table ID or name
column_id (string): The column ID (e.g. "c-ABC123") or name
response_format: 'markdown' or 'json'
Returns: Column details including id, name, type, format (currency code, precision), formula if calculated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Coda document ID | |
| table_id | Yes | Table ID or name | |
| column_id | Yes | Column ID (e.g. 'c-ABC123') or name | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |