create_gear_collection
Create a gear collection to group equipment used together, requiring a name and first use date, with optional activity type association.
Instructions
Create a new gear collection to group equipment used together (e.g., running kit, bike components). Requires a name and first use date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the collection (e.g., "Running Kit", "Road Bike Setup") (required) | |
| firstUseDate | Yes | First use date in YYYY-MM-DD format (required) | |
| activityTypes | No | Activity types to associate with this collection (e.g., ["running", "trail_running"]) |