List Coda Columns
coda_list_columnsRetrieve all columns in a Coda table, including their IDs and types, to use as keys when reading or writing rows.
Instructions
List all columns in a Coda table, including their IDs and types.
Useful to get column IDs before reading/writing rows, since Coda rows use column IDs as keys.
Args:
doc_id (string): The document ID
table_id (string): The table ID or name
response_format: 'markdown' or 'json'
Returns: List of columns with id, name, type, format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Coda document ID | |
| table_id | Yes | Table ID or name | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |