update_album
Modify an album's name or description to update its metadata in your Immich library.
Instructions
Update an album's name or description. Use this to rename or re-describe an existing album. Side effect: modifies album metadata in Immich.
Args:
album_id: The album's UUID.
name: New album name. Leave empty to keep current name.
description: New description. Leave empty to keep current description.
Returns: JSON with the updated album object.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| name | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |