Skip to main content
Glama

File Download Local

file.download_local

Download Minecraft server instance files from MCSManager to the local filesystem for backup, analysis, or modification. Specify the remote file path and optional local output location.

Instructions

Download one MCSManager instance file to the MCP server local filesystem. Requires confirm=true or dry_run=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daemonIdNoMCSManager daemon id. Uses MCSM_DEFAULT_DAEMON_ID if omitted.
uuidNoMCSManager instance UUID. Uses MCSM_DEFAULT_INSTANCE_UUID if omitted.
file_nameYesRemote file path to download.
local_pathNoOptional local output path. Defaults to /tmp/minecraft-ops-mcp-downloads/<file>.
daemon_public_base_urlNoOptional daemon base URL override, for example http://host:24444.
overwriteNoOverwrite local_path if it already exists.
confirmNoRequired true for high-risk operations.
dry_runNoReturn a preview without executing the operation.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds valuable behavioral context beyond annotations: it specifies the safety requirement (confirm=true or dry_run=true for high-risk operations) and clarifies the operation's nature (downloading to local filesystem). Annotations provide readOnlyHint=false, destructiveHint=false, idempotentHint=false, and openWorldHint=true, but the description complements these by explaining the risk mitigation needed. No contradiction with annotations exists.

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 perfectly concise and front-loaded: two sentences that directly state the tool's purpose and critical usage requirement, with zero wasted words. Every sentence earns its place by providing essential information.

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's complexity (8 parameters, safety requirements), rich annotations, 100% schema coverage, and the presence of an output schema, the description is complete enough. It covers the core purpose, usage constraints, and behavioral context without needing to explain parameters or return values, which are handled elsewhere.

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?

With 100% schema description coverage, the input schema already documents all 8 parameters thoroughly. The description does not add any parameter-specific details beyond what's in the schema, so it meets the baseline of 3 for adequate coverage without extra value.

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 specific action ('Download one MCSManager instance file') and target destination ('to the MCP server local filesystem'), distinguishing it from sibling tools like file.download_prepare, file.upload_local, or file.read. It uses precise verbs and specifies the resource being acted upon.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool ('Download one MCSManager instance file to the MCP server local filesystem') and provides critical usage constraints ('Requires confirm=true or dry_run=true'), which clearly distinguishes it from alternatives like file.download_prepare (which likely prepares rather than executes) or file.read (which reads without downloading).

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

Install Server

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/damocjwj/minecraft-ops-mcp'

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