Skip to main content
Glama

list_archives

Read-only

List all archives stored on media with project, size, SHA-256, and 3-2-1 coverage. Filter by project, collection, or name substring.

Instructions

List the archives (the leaves actually written to media). Each archive's project, size, SHA-256, 3-2-1 coverage, and every Destination it is stored at (Destination + kind + status) are included. Optionally narrow with project_id (one container), collection_id (one Collection within a project), and/or name (case-insensitive substring, e.g. "johnson" to find the Johnson family album).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoCase-insensitive substring filter on the archive name.
project_idNoOnly archives in this project (container) id.
collection_idNoOnly archives filed in this Collection id (see list_collections).
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, so the description correctly does not repeat that. The description adds value by detailing the output fields (project, size, SHA-256, 3-2-1 coverage, destinations) and the filtering behavior, which goes beyond what annotations convey. It does not contradict any annotation, and it clearly indicates a safe, read-only operation.

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 two sentences, front-loaded with the core action ('List the archives'), and every phrase adds value. The first sentence defines the scope and output content; the second sentence covers optional filters with an example. No wasted words, and the structure is easy to parse quickly.

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 the tool has 3 optional parameters, no output schema, and readOnlyHint=true, the description completely covers what the tool does: it lists archives with specific fields, and it explains each filter. The agent knows what to expect in the response and how to narrow results. The sibling tools (e.g., list_archive_files, archive_detail) are clearly distinct, and the context makes the tool's role in the workspace understandable.

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 100%, so the baseline is 3. The description adds meaning beyond the schema by clarifying the name filter as 'case-insensitive substring' with an illustrative example ('johnson' to find the Johnson family album), and by explaining that project_id is 'one container' and collection_id is 'one Collection within a project'. This provides contextual richness that helps an agent understand the exact filtering behavior.

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 ('list') and resource ('archives'), and immediately clarifies it means 'the leaves actually written to media'. It lists exactly what information is included (project, size, SHA-256, 3-2-1 coverage, destination details), which clearly distinguishes it from sibling tools like list_projects, list_collections, and archive_detail. The purpose is unambiguous and well-scoped.

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 explicitly states that the tool can be narrowed with optional filters (project_id, collection_id, name) and provides an example for the name filter. It also implies the tool lists all archives with summary info, which guides the agent to prefer this for broad queries versus archive_detail for deeper detail. However, it does not explicitly name alternatives or state when not to use this tool, which would be ideal.

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/Agaveis/hiberden-mcp'

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