create_collection
Create a new collection to organize notes with custom fields and optional parent nesting. Define a title and field schema to structure your content.
Instructions
Create a new collection to organize notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the collection | |
| parentId | No | Optional: ID of parent collection for nesting. Omit for root-level. | |
| displayFields | No | Optional: Fields to display in list view (e.g., ["title", "createdAt"]) | |
| fieldDefinitions | No | Optional: Schema defining fields for items in this collection |