create_collection
Create a new data collection in a Headlo workspace using a unique ID, label, and optional field schema. Defines the structure for storing and organizing records.
Instructions
Create a new collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| schema | No | ||
| workspace_id | Yes | ||
| collection_id | Yes | Unique slug, e.g. "team-members" |