Skip to main content
Glama

list_memories

Retrieve Immich on-this-day photo memories for a date or all items, including the year and assets, and use them to build anniversary stories, albums, or PDFs.

Instructions

List memories — Immich's "on this day" collections of photos from past years. Use this to build a 'tal día como hoy' story, album or PDF: each memory carries the year it looks back to and the assets Immich picked for it. Read-only.

Args:
    for_date: ISO date — return the memories Immich shows on that day
        (e.g. today for the classic on-this-day feed). Omit for all memories.
    is_saved: If true, only memories the user saved; if false, only unsaved.
    size: Maximum memories to return (default 50).

Returns: JSON with total and a memories array; each has id, type, memory_at,
the year it remembers, is_saved, asset_count and a trimmed assets list
(id, filename, date).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo
for_dateNo
is_savedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states 'Read-only' and describes the return shape in detail. It also clarifies that each memory includes a trimmed assets list, which is useful behavioral context. It does not cover error behavior or authentication, but for a simple read-only list tool the disclosure is solid.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose statement, a usage hint, a compact Args section, and a Returns section. Every sentence adds information; there is no redundancy or fluff. The most important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only list tool with three optional parameters and an output schema, the description covers all the essential information: what the tool does, when to use it, the meaning of each parameter, and what fields the response contains. Nothing critical is missing for an agent to call it correctly. Minor omissions like null filter behavior or error handling are not substantial given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description fully compensates: every parameter is explained with its semantics. for_date is described as an ISO date with behavior and an example, is_saved is defined for true/false, and size is given a default and meaning. This far exceeds what the bare schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource ('List memories') and clarifies what memories are in Immich's domain: 'on this day' collections of photos from past years. This clearly distinguishes the tool from sibling tools like list_assets, create_memory, update_memory, and delete_memory by defining the unique concept it operates on.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a concrete use case: 'Use this to build a tal día como hoy story, album or PDF.' It clearly implies when to call this tool, but it does not explicitly mention when not to use it or name alternatives like list_assets for raw asset listing. This is clear context without exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/drolosoft/immich-photo-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server