get_activity
Retrieve detailed information about a specific Strava activity by its ID, with options to include segment efforts or return minimal data to reduce context usage.
Instructions
Get detailed information about a specific activity by ID. Use minimal=true to reduce context usage.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Activity ID | |
| include_all_efforts | No | Include all segment efforts (default: false) | |
| minimal | No | Return minimal activity data (strips social metrics, metadata) to reduce context usage |