List Coda Tables
coda_list_tablesList 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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1–500, default 25) | |
| doc_id | Yes | Coda document ID | |
| page_token | No | Token for next page of results (from previous response) | |
| table_type | No | Filter: 'table' or 'view' | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |