Skip to main content
Glama

download_data_library

Download a Serpent data library to a local directory in the background, with resume support and tar.gz extraction. Use a known library name or explicit URL for multi-GB transfers.

Instructions

Start a background download of a Serpent data library into a local directory (resumable, extracts tar.gz; multi-GB transfers report progress via job_status). The download runs on THIS machine (the one hosting the MCP server). Use name from list_data_libraries, or an explicit url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
destNo
nameNo
extractNo
filenameNo
force_reextractNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that it's a background, resumable download, extracts tar.gz files, reports multi-GB transfer progress via job_status, and runs on the machine hosting the MCP server. These are critical behavioral traits. It omits permission or storage requirements but covers the key operational details.

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?

Two tightly packed sentences, front-loaded with the core action and constraints. No filler, highly efficient.

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?

An output schema exists, so return values need not be explained. However, with six parameters at 0% schema coverage, the description omits crucial details for dest, extract, filename, and force_reextract. It covers the high-level behavior and name/url parameters well but is incomplete for safe, correct invocation.

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 0%, so the description must compensate. It explicitly explains the name and url parameters and clarifies how to obtain the name. It does not address dest, extract, filename, or force_reextract, leaving half the parameters undocumented. Baseline of 3 is appropriate for partial parameter guidance.

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 (download) and resource (Serpent data library) with explicit scope. It distinguishes itself from the sibling list_data_libraries by noting that the name parameter should come from that list.

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?

Clear context: use name from list_data_libraries or an explicit url. Does not state when NOT to use it or mention alternatives for verification, but provides sufficient routing guidance for this download tool.

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