Skip to main content
Glama
NikolaNddTesla

NikolaNddTesla/ssh-mcp-server

download_directory

Transfer a remote directory to your local machine by compressing it on the server, downloading the archive, and extracting it locally. Use async mode for large directories.

Instructions

Download remote directory (remote compress → download → local extract. Use async for large dirs)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idYesServer ID (configured server_id or host:port from quick_connect)
local_pathYesLocal save path
remote_pathYesRemote directory path
async_transferNoRecommended for large directories. Runs in background and returns task ID
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses the internal process (compress, download, extract) and advises async for large directories, which goes beyond the schema. It doesn't discuss failure behavior or cleanup, but for a download tool this is reasonable.

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 two sentences long, front-loaded with the purpose, and every word adds value. The parenthetical pipeline and async hint are concise and well-structured.

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 4-parameter tool with a full input schema, the description explains the operation pipeline and provides a performance tip. No output schema exists, but return values are not critical for a download operation. The description is adequately complete for choosing and invoking the tool.

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% with all parameters described. The description adds minimal extra parameter context, only reinforcing the async_transfer hint already present in the schema. Given the full schema coverage, the baseline of 3 is appropriate.

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 'Download remote directory' with a specific verb and resource, and the pipeline (remote compress → download → local extract) further clarifies the operation. It is distinct from sibling tools like download_file (file vs directory) and upload_directory (download vs 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 description gives clear context that this tool is for downloading directories and provides an explicit usage hint: 'Use async for large dirs'. It doesn't explicitly name alternatives, but the tool name and description make when-to-use clear enough.

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

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