Create a collection
create_collectionCreate a new collection to organize bookmarks, optionally nest it under a parent collection, and keep it private until you publish it.
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 |