coda_list_tables
Retrieve and search tables within Coda documents using document IDs, page filters, or URL context to organize and access structured data.
Instructions
List tables in a Coda document, with optional fuzzy search by table name/page name or Coda URL context
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | No | The document ID (optional if contextUrl contains a Coda doc URL) | |
| limit | No | Maximum tables to return (default: 100) | |
| query | No | Free-text query to find relevant tables by table/page name | |
| pageName | No | Hint for the parent page name (e.g. "Insights RH") | |
| pageId | No | Filter tables under a specific page ID | |
| contextUrl | No | Optional full Coda URL; used to infer docId and search hints | |
| includeColumns | No | When true, include column list for each matched table | |
| scanLimit | No | Maximum tables to scan before ranking (default: 500) |