Skip to main content
Glama

batch_download

Read-onlyIdempotent

Bulk download metadata + images from Alexandria Aeternum (min 100 artworks). ($5.00 / 50 GCX)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoStart offset for pagination
quantityNoNumber of artworks (min 100)
dataset_idNoDataset IDalexandria-aeternum

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering the safety profile. The description adds cost (($5.00 / 50 GCX)) and a minimum quantity constraint, which are useful behavioral details beyond what annotations provide. No contradiction.

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?

Description is a single concise sentence that efficiently conveys the core action, dataset, and key constraint. The cost note is included without unnecessary fluff; every word earns its place.

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

Completeness4/5

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

With good annotations and 100% schema param coverage, the description sufficiently covers purpose, resource, min quantity, and cost. It does not describe the return format (e.g., zip file, URLs), which is a minor gap given no output schema, but overall it is complete for a bulk download tool.

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 description coverage is 100% for all 3 parameters (offset, quantity, dataset_id), each with clear descriptions. The description adds no extra parameter semantics beyond restating the min 100, so baseline 3 applies.

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?

Description clearly states the tool performs a bulk download of metadata + images from Alexandria Aeternum, with a minimum quantity of 100 artworks. It uses a specific verb ('download') and resource, distinguishing it from siblings like get_artwork or search_artworks.

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

Usage Guidelines3/5

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

The description implies usage for bulk operations via the word 'Bulk' and the min 100 constraint, but it does not explicitly state when to use this tool over alternatives or provide exclusions. It would benefit from saying 'use for large downloads; for single artwork use get_artwork'.

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.

Resources