update_gear
Update an existing gear item in Intervals.icu by providing its gear ID and optional fields to change name, type, brand, model, or active status.
Instructions
Update an existing gear item.
Args: gear_id: ID of the gear item to update name: Updated name (optional) gear_type: Updated type (optional) brand: Updated brand (optional) model: Updated model (optional) active: Updated active status (optional) primary: Updated primary status (optional)
Returns: Updated gear item details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated name | |
| brand | No | Updated brand | |
| model | No | Updated model | |
| active | No | Whether this gear is actively used | |
| gear_id | Yes | ID of the gear item to update | |
| primary | No | Whether this is the primary gear of this type | |
| gear_type | No | Updated type (BIKE, SHOE, TRAINER, etc.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |