update_gear_collection
Update an existing gear collection by modifying its name, gear items, first use date, or activity types.
Instructions
Update an existing gear collection. Can change name, add/remove gear items, or change associated activity types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the collection | |
| gearUUIDs | No | Array of gear UUIDs to include in the collection (replaces existing gear list) | |
| firstUseDate | No | New first use date in YYYY-MM-DD format | |
| activityTypes | No | Activity types to associate (e.g., ["running", "trail_running"]). Replaces existing list. | |
| collectionUUID | Yes | The collection UUID (use get_gear_collections to find it) (required) |