Create Collection
create_collectionCreate a collection, optionally including field definitions to set up its full schema in a single request.
Instructions
Create a new collection. Optionally include field definitions to create the collection with its full schema in a single request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name (max 60 chars) | |
| slug | Yes | URL-friendly identifier, kebab-case (max 60 chars) | |
| is_singleton | No | If true, collection can only have one entry | |
| fields | No | Array of field definitions to create with the collection |