icu_update_gear
Update existing gear items by specifying the gear ID and optional fields to modify, including name, type, brand, model, active status, or primary designation.
Instructions
Update an existing gear item. Only fields you pass are sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gear_id | Yes | ID of the gear item to update | |
| name | No | Updated name | |
| gear_type | No | Updated type (BIKE, SHOE, TRAINER, etc.) | |
| brand | No | Updated brand | |
| model | No | Updated model | |
| active | No | Whether this gear is actively used | |
| primary | No | Whether this is the primary gear of this type |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |