create_memory
Create an "On this Day" memory from selected past-date photos, making them appear in Immich's memories feed. Provide the display date, the remembered year, and asset IDs.
Instructions
Create an "on this day" memory from chosen assets. Use this after curating a set of photos from the same past date (e.g. via search_metadata with a date range) to make them show up in Immich's memories feed. Side effect: creates a memory on the server.
Args:
memory_at: ISO date the memory is shown on (usually today's month and day).
year: The past year the memory looks back to (required by Immich).
asset_ids: Assets to include. May be empty, but an empty memory shows nothing.
Returns: JSON with the created memory's id, type, memory_at, the year it
remembers, is_saved, asset_count and a trimmed assets list (id, filename, date).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| asset_ids | No | ||
| memory_at | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |