icu_update_gear
Update specific fields of an existing gear item (e.g., name, brand, model, active status) by passing only the desired changes.
Instructions
Update an existing gear item. Only fields you pass are sent.
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 |