Skip to main content
Glama

download_archive

Download an album or selected photos as a single zip of original files to a local path. Use get_download_info first when size matters; files are streamed to disk and existing files are never overwritten.

Instructions

Download an album or a selection as one zip of the original files, written to a local path. Use get_download_info first when the size matters. The file is streamed to disk (safe for big albums) and an existing file is never overwritten. Side effect: writes a file on the machine running the server.

Args:
    output_path: Where to write the zip (an existing file is refused).
    album_id: Download the whole album.
    asset_ids: Or download just these assets.

Returns: JSON with path, bytes written and how many assets went in, or an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
album_idNo
asset_idsNo
output_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does it well: it discloses the side effect of writing a file on the server machine, streaming to disk for large albums, and the no-overwrite guarantee. It also states the return shape. These are meaningful behavioral details beyond what the schema provides.

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 first-sentence purpose, a useful usage hint, behavioral facts, then a labeled Args and Returns section. Every sentence adds value and nothing feels redundant or padded. It is appropriately sized for the complexity.

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?

Given no annotations and no schema descriptions, the description covers all essential aspects an agent needs: purpose, parameter selection, side effects, safety, and return format. The existence of an output schema covers detailed return structure. It even names the related get_download_info tool for size checks. No critical decision-making information is missing.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It explains each parameter: output_path (where to write, existing file refused), album_id (whole album), asset_ids (just those assets). It adds the mutual exclusivity via 'or' and the refusal behavior. It lacks explicit detail on what happens if both or neither are provided, but the core semantics are clear.

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 clearly states the action ('Download an album or a selection as one zip of the original files') and the destination ('written to a local path'). It distinguishes from siblings by specifying the zip of original files and local-path output, which separates it from get_download_info, export_pdf, and thumbnail/image tools.

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?

It explicitly directs the agent to call get_download_info first when size matters, which is a clear alternative and condition. It also presents the album_id vs asset_ids choice with 'or'. However, it does not explicitly state when not to use this tool (e.g., for previews or PDF exports), so it falls slightly short of a 5.

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