icu_update_gear
Update an existing gear item by specifying its ID and any fields to change—name, brand, model, active status, primary flag, or gear type.
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 |