coda_list_pages
Retrieve a paginated list of pages from a Coda document. Specify the document ID to get pages, with optional limit and next page token for navigating large result sets.
Instructions
List pages in the current document with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document to list pages from | |
| limit | No | The number of pages to return - optional, defaults to 25 | |
| nextPageToken | No | The token need to get the next page of results, returned from a previous call to this tool - optional |