getRecentPages
Retrieve recently updated pages from GROWI with support for pagination, optional inclusion of work-in-progress pages, and filtering by app name.
Instructions
Get recently updated pages from GROWI with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of pages to retrieve per page (optional) | |
| page | No | Page number for pagination (optional) | |
| includeWip | No | Whether to include work-in-progress pages (optional) | |
| appName | No | GROWI app name to operate on (optional, uses default if not specified) |