Skip to main content
Glama

zip-archive-create-extract-bomb-guard

Archives created

zip_history

List the archives created for your token, newest first, with entry counts, sizes and names, plus how much of the free 20 a month is used. Each download link expires after an hour; the row keeps the name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many rows to show, newest first (default 20)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations are all false, so the description carries the burden; it adds useful behavior: results are newest-first, the free monthly quota is shown, and download links expire after an hour while the row/name remains. It does not explicitly describe any side effects, but nothing in the description contradicts the annotations, and 'List' is consistent with the tool name.

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?

A single front-loaded sentence states the core purpose before adding scoping, ordering, result fields, quota, and retention/link-expiry behavior. Every clause earns its place; no filler or restatement of the title.

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 one-optional-parameter listing tool with no output schema, the description is complete: it names the returned fields, ordering, quota accounting, and link-expiry/retention behavior. An agent has enough information to invoke it and interpret the result correctly.

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

Parameters3/5

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

Schema coverage is 100% for the only parameter, limit, including bounds and default, so the description does not need to compensate. The phrase 'newest first' in the description aligns with the schema, but the description adds no parameter detail beyond it.

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?

States a specific verb ('List'), a precise resource ('archives created for your token'), and the content of the listing (entry counts, sizes, names, quota use, newest-first). This clearly separates it from siblings like zip_create or zip_extract, which operate on archives rather than listing history.

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 makes the intended use clear: retrieve the caller's archive-creation history with default/limited rows. It names the access scope ('for your token') and gives the context needed to choose it over mutation tools, but it does not explicitly name alternatives or state when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.