Skip to main content
Glama
arpe-io

arpeio-mcp

Official
by arpe-io

fasttransfer_execute_transfer

Destructive

Execute a pre-built FastTransfer command with explicit confirmation to ensure authorized data transfers.

Instructions

Execute a FastTransfer command that was previously built by fasttransfer_preview_transfer. Requires confirmation=true as a safety gate. Does NOT build the command — the command string must come from a prior fasttransfer_preview_transfer call. Will fail if the FastTransfer binary is not installed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYesThe full command string from fasttransfer_preview_transfer output (the unmasked version with actual passwords). Do not modify this string.
confirmationYesSafety gate. Must be explicitly set to true to execute. false or omitted = execution is blocked. Always confirm with the user before setting to true.
Behavior4/5

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

Adds context beyond annotations: safety gate (confirmation=true) and binary installation requirement. Annotations already mark destructive, so description complements well.

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 sentences covering purpose, prerequisite, safety gate, and failure condition. No superfluous information, well front-loaded.

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?

Given 2 params, 100% coverage, no output schema, and annotations, description covers execution, prerequisite, safety, and binary check. Could mention result behavior but not critical for usage.

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

Parameters5/5

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

Adds critical semantics beyond schema: command must be unmasked output from preview, not to be modified; confirmation must be explicitly true and require user confirmation. Schema coverage 100% but description enriches usage.

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?

Clear verb 'Execute' with specific resource 'FastTransfer command previously built by fasttransfer_preview_transfer'. Distinguishes from sibling fasttransfer_preview_transfer which builds the command.

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?

Explicitly states the command must come from a prior call, requires confirmation=true as safety gate, and will fail if binary not installed. Implicitly defines when to use vs. preview tool, but no explicit exclusion of other sibling tools.

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/arpe-io/arpeio-mcp'

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