get_checkins_by_date_range
Fetch check-ins between two dates. Use this to review your check-in history for a specific period.
Instructions
Get check-ins within a specific date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date in ISO format (YYYY-MM-DD) | |
| end_date | Yes | End date in ISO format (YYYY-MM-DD) | |
| limit | No | Maximum number of check-ins to return (max 250) |