Skip to main content
Glama
Files-com

Files.com MCP Server

Official
by Files-com

Download File to Local

Download_File_to_Local
Destructive

Save a file from your Files.com site to your local computer by providing the remote path and local destination.

Instructions

Download a file from my Files.com site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remote_pathYesThe full path on my Files.com site of the file to be downloaded.
local_pathYesThe full path on my local system to save the downloaded file to. Must be a path that can be written to. When in doubt, use the `$HOME/Downloads` folder, or the `/tmp/` folder, as the destination for the downloaded file.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The description provides no behavioral details beyond the basic action. With destructiveHint: true in annotations, the description should clarify that the tool writes to the local filesystem and may overwrite existing files. It omits side effects, error handling, and prerequisites, leaving significant gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, making it very concise. However, it is so minimal that it sacrifices completeness. A slightly longer description with key details would be beneficial without losing conciseness.

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

Completeness2/5

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

Given the large sibling set and the tool's complexity (2 required parameters, output schema exists), the description is insufficient. It lacks guidance on permissions, error behavior, and differentiating context. The output schema may cover return values, but other gaps remain.

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% and both parameters have adequate descriptions in the schema. The tool description adds no extra meaning beyond what the schema already provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Download a file from my Files.com site.' clearly states the action (download) and the resource (file from Files.com). However, it does not differentiate from sibling tools like Copy_File or Move_File, which have similar purposes. A more specific scope or usage context would improve clarity.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus its siblings (e.g., Upload_File_from_Local, Copy_File). The description lacks any when-to-use or when-not-to-use criteria, leaving the agent to infer based on name alone.

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/Files-com/files-mcp'

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