get_exercise_data
Retrieve workout logs by client, date range, and activity type to analyze exercise duration, calories, heart-rate zones, and RPE.
Instructions
Workout logs — type, duration, calories, heart-rate zones, RPE.
Args:
client_id: Client identifier.
start_date: ISO date, inclusive.
end_date: ISO date, inclusive.
activity_type: Optional filter (e.g. "run", "strength").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| client_id | Yes | ||
| start_date | No | ||
| activity_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||