Update Gear
update_gearUpdate existing gear details such as brand, model, display name, or replacement distance. Use gear UUID from get_all_gear to modify equipment information.
Instructions
Update existing gear/equipment details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gearUUID | Yes | The gear UUID (use get_all_gear to find it) (required) | |
| brandName | No | Brand name. Garmin keeps brand and model as one free-text label, so this is combined with modelName. | |
| modelName | No | Model name. Garmin keeps brand and model as one free-text label, so this is combined with brandName. | |
| displayName | No | New display name | |
| maximumMeter | No | Maximum distance in meters before replacement |