hevy_list_routines
List routines from Hevy with pagination. Specify page and page size to retrieve routines, up to 10 per page.
Instructions
List routines. pageSize 1-10 (max enforced by server). Envelope: { page, page_count, routines }. No DELETE endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-indexed (default 1). | |
| pageSize | No | Items per page (1-10, default 10). The Hevy server rejects >10 with HTTP 400. |