Skip to main content
Glama
intershopper

remote-admin-mcp

by intershopper

transfer_file

Transfer files between local and remote servers via SFTP, supporting upload and download directions with specified file paths.

Instructions

Transfer a file between local machine and remote server via SFTP. Use direction=upload to send, direction=download to receive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoHuman-readable explanation of what is being transferred and why (for audit log)
serverYesServer name
directionYesTransfer direction
local_pathYesLocal file path
remote_pathYesRemote file path
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the SFTP protocol and direction semantics, but omits important behavioral aspects such as authentication requirements, overwrite behavior, failure handling, and whether the server must be previously configured. This is a network operation, so these gaps are significant.

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 a single, front-loaded sentence that states the core function and then explains direction usage. Every word earns its place, with no unnecessary detail or repetition.

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?

The tool has 5 parameters and no output schema. The description covers the primary purpose and direction semantics but misses some context like server prerequisites (e.g., server must exist in list_servers), overwrite behavior, and response/status information. Overall, it is reasonably complete for a simple file transfer but leaves a few gaps.

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 covers 100% of parameters, but the description adds value by clarifying that 'upload' means send from local to remote and 'download' means receive from remote to local, which the schema enum alone does not explicitly state. Other parameters rely on schema descriptions, so the net contribution is moderate.

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 tool transfers files between local and remote via SFTP, with a specific verb and resource. It distinguishes itself from sibling local file tools (read_file, write_file) by explicitly mentioning the remote server and SFTP.

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

Usage Guidelines3/5

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

The description provides clear context about the tool's function and explains the direction parameter, but it does not explicitly state when to use this tool versus alternatives like read_file or write_file, nor does it mention any exclusions. Usage is implied rather than explicitly guided.

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/intershopper/remote-admin-mcp'

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