Skip to main content
Glama

ssh_download_file

Download and read a file from a remote host via SFTP. Retrieve text content of a remote file by specifying its path.

Instructions

Download and read a file from the remote host via SFTP.

Retrieve the text content of a file from the connected remote server.

Args: remote_path: Path to the file on the remote host.

Returns: The text content of the remote file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remote_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool retrieves text content, implying text-only capability, but does not specify behavior on errors (e.g., missing file, permission issues) or whether it handles binary files. The side effects are none, but that is not explicitly stated.

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

Conciseness4/5

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

The description is structured with a summary line, then a more detailed paragraph, followed by Args and Returns sections. It is relatively concise at about 70 words, though the summary and first sentence are slightly redundant.

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?

For a simple tool with one parameter, the description covers the core functionality and parameter meaning. It lacks details on error handling and prerequisites, but given the presence of an output schema (not shown), the description is adequately complete for most use cases.

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

Parameters4/5

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

The schema has 0% description coverage, but the description adds meaning by explaining that remote_path is 'Path to the file on the remote host.' This clarifies the single parameter beyond the schema's type and title.

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 action ('Download and read a file') and the resource ('remote host via SFTP'). It distinguishes well from sibling tools like ssh_upload_file and ssh_exec, which have different purposes.

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?

The description provides no explicit guidance on when to use this tool versus alternatives, nor does it mention prerequisites (e.g., active SSH connection) or limitations (e.g., text-only files). It assumes a connected remote server but does not direct the agent to ensure connectivity first.

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/Aiyakami/PWN-MCP'

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