Create Unsplash Collection
unsplash_create_collectionCreate a new Unsplash photo collection for the authenticated user. Specify a title, add an optional description, or set it private. Requires OAuth sign-in first.
Instructions
Create a new collection owned by the authenticated user. Requires OAuth sign-in — run npx @hanoak/unsplash-mcp-server login first. Not read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the new collection. | |
| private | No | Create as a private collection (default false). | |
| description | No | Description for the collection. |