Update Unsplash Collection
unsplash_update_collectionUpdate an existing Unsplash collection by changing its title, description, or visibility. Only the fields you provide are modified, leaving other settings intact.
Instructions
Update a collection owned by the authenticated user. Only the fields you pass are changed. Requires OAuth sign-in — run npx @hanoak/unsplash-mcp-server login first. Not read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Unsplash collection ID. | |
| title | No | New title. | |
| private | No | New private/public visibility. | |
| description | No | New description. |