Skip to main content
Glama
honwee

SSH MCP Server

by honwee

sftp_download

Download a remote file or directory to your local machine via SFTP; it detects whether the target is a file or directory and recursively retrieves entire directory contents.

Instructions

Download a remote file or directory to the local machine via SFTP. Automatically detects file vs directory. For directories, recursively downloads all contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localPathYesAbsolute path on the local machine
remotePathYesAbsolute path on the remote host
connectionIdYesThe connection ID
Behavior3/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 discloses two important behaviors: automatic file vs directory detection and recursive directory downloads. However, it does not mention overwrite behavior, local directory creation, or failure semantics, which would add useful context for a file-writing operation.

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?

Three short sentences with no filler. The primary purpose is front-loaded, followed by the two key behavioral details. Every sentence contributes useful information.

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 download tool with fully documented parameters and no output schema, the description covers purpose, direction, and the key recursive directory behavior. It is slightly light on overwrite/error expectations, but an agent has enough context to select and invoke the tool correctly.

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 100%, with all three parameters already documented as absolute paths or the connection ID. The description adds file/directory behavior and recursion context, but does not need to repeat parameter definitions since the schema already covers them.

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'), resource ('remote file or directory'), target ('local machine'), and transport ('SFTP'). The automatic file-vs-directory detection and recursive directory behavior clearly distinguish it from siblings like sftp_read, sftp_list, and sftp_upload.

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?

The directionality ('remote... to local machine') makes the intended use obvious relative to upload/read/list operations. It does not explicitly name alternatives or exclusion conditions, but the use case is clear enough for an agent to decide when to invoke it.

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/honwee/ssh-mcp-server'

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