Update Unsplash Photo
unsplash_update_photoUpdate an Unsplash photo's metadata for only the fields you provide. Change description, tags, location, EXIF, and profile visibility while leaving other settings unchanged.
Instructions
Update metadata on a photo owned by the authenticated user (description, tags, location, EXIF, profile visibility). 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 photo ID or slug. | |
| exif | No | New EXIF metadata. | |
| tags | No | Comma-separated list of tags for the photo (replaces the existing tags). | |
| location | No | New location metadata. | |
| description | No | New photo description. | |
| show_on_profile | No | Whether the photo shows on the owner's profile. |