coda_list_tables
List tables in a Coda document by supplying its ID. Optionally set a limit and paginate through results to explore all available tables.
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 |