Skip to main content
Glama

file_download

Download a file from a remote Linux machine over SFTP using an active session. Specify the remote path and local destination to transfer files securely.

Instructions

Download a file from the remote host via SFTP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
local_pathYes
session_idYes
remote_pathYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the action and protocol but does not disclose side effects (e.g., overwriting local files), required permissions, error conditions, or behavior beyond basic download.

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 sentence that is front-loaded with the essential action and context. No redundant or irrelevant information.

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 lack of annotations, output schema, and parameter descriptions, the description provides only the bare minimum. It does not cover important details like whether the local path must exist, session reuse, or error handling, making it incomplete for an agent to reliably invoke the tool.

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

Parameters2/5

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

The input schema has 0% description coverage, and the description adds no parameter-specific meaning. It implies that 'remote_path' is on the remote host and 'local_path' is local, but does not clarify format, allowed patterns, or constraints.

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 'Download a file from the remote host via SFTP' clearly states the action (download), resource (file), method (SFTP), and distinguishes from siblings like file_upload, file_read, and file_write by specifying the direction and protocol.

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?

No guidance on when to use this tool versus alternatives (e.g., file_read for reading content without downloading, file_upload for uploading). No context about prerequisites (e.g., an active session) or exclusions.

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/yu-xiaohaozi/linux-remote-mcp'

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