create_group
Create a new measurement group with optional initial measurements. Fails if the group name already exists, then returns the group including its UUID.
Instructions
Create a new measurement group, optionally placing measurements in it immediately. Fails if a group with the same name already exists. Returns the group including its UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Group name, must not match an existing group | |
| notes | No | Notes stored with the group | |
| measurements | No | Measurements to place in the new group |