Add Photo to Unsplash Collection
unsplash_add_photo_to_collectionAdd a specified photo to an Unsplash collection owned by the authenticated user. Requires OAuth sign-in, plus the collection ID and photo ID.
Instructions
Add a photo to a 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 |
|---|---|---|---|
| id | Yes | The Unsplash collection ID. | |
| photo_id | Yes | The Unsplash photo ID. |