get_recent_activities
Retrieve recent Coros workouts with date, name, and sport type. Filter by sport type or date range to get specific activity data.
Instructions
Get recent Coros activities. Returns a list of workouts with basic information like date, name, and sport type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of activities to return (default: 20) | |
| toDate | No | End date in ISO format (optional) | |
| fromDate | No | Start date in ISO format (optional) | |
| sportTypes | No | Filter by sport types (optional) |