get_movement_history
Retrieve every logged set for a movement over a date range, including reps, weight, and date, plus a computed Potential Max trend line. Requires member ID, movement ID, and URL slug.
Instructions
Get the full logged history for a movement over a date range - every individual set (date, reps, weight), not just PRs - plus a computed 'Potential Max' trend line. Requires the BTWB member ID and the movement's numeric ID plus its URL slug (e.g. movementId 35, movementSlug 'deadlift' for beyondthewhiteboard.com/.../35-deadlift).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days of history to look back | |
| memberId | Yes | BTWB member/profile ID | |
| movementId | Yes | Movement ID | |
| movementSlug | Yes | URL slug for the movement, e.g. 'deadlift' |