coda_list_tables
List all tables in a specified Coda document with pagination support. Optionally limit results or use a token to fetch the next page.
Instructions
List tables in a document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document to list tables from | |
| limit | No | The number of tables to return - optional, defaults to 25 | |
| nextPageToken | No | The token needed to get the next page of results, returned from a previous call to this tool - optional |