Get Coda Table
coda_get_tableRetrieve metadata for any table or view in a Coda document, including id, name, type, row count, and browser link.
Instructions
Get metadata for a specific table or view.
Args:
doc_id (string): The document ID
table_id (string): The table ID or name
response_format: 'markdown' or 'json'
Returns: Table metadata including id, name, type, rowCount, browserLink.
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 |