Create a collection
create_collectionCreate a new collection in Linkwarden, optionally nested under an existing collection via parent_id. Set a name, color, and description; new collections start as private.
Instructions
Creates a collection. Pass parent_id to nest it under an existing collection. New collections are private; use update_collection to publish one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Collection name | |
| color | No | Accent colour as a hex value, e.g. #0ea5e9 | |
| parent_id | No | Nest the new collection under this one | |
| description | No |