update_activity
Update an activity's metadata (title, description, type, gear) by supplying only the fields you want to change. Use it to correct or refine activity details.
Instructions
Update metadata fields on an activity. Only specified fields are updated.
Use when editing activity titles, descriptions, types, or gear assignment. To post a comment message, use add_activity_message instead.
Args: activity_id: ID of the activity to update. name: New name for the activity. description: Updated description or notes. type: Activity type (e.g., "Ride", "Run", "Swim", "WeightTraining"). gear: List of gear names or IDs used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gear | No | List of gear names or IDs used. | |
| name | No | New title for the activity. | |
| type | No | Activity type (e.g., 'Ride', 'Run', 'Swim', 'WeightTraining'). | |
| activity_id | Yes | ID of the activity to update. | |
| description | No | Updated description or coach notes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |