Skip to main content
Glama
REMnux

REMnux MCP Server

Official
by REMnux

upload_from_host

Upload files from your host system to the REMnux malware analysis environment for examination. Transfer files up to 200MB to the samples directory for use with analysis tools.

Instructions

Upload a file from the host filesystem to the samples directory for analysis. Accepts an absolute host path — the MCP server reads the file locally and transfers it. Maximum file size: 200MB. Files can also be referenced by absolute path in analysis tools, bypassing the need to upload. For files outside the samples directory, pass the full path to get_file_info, analyze_file, or run_tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
host_pathYesAbsolute path on the host filesystem to the file to upload
filenameNoOverride filename in samples dir (defaults to basename of host_path)
overwriteNoWhether to overwrite if file exists. Default: false
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key traits: the MCP server reads locally and transfers, file size limits (200MB), and the option to bypass upload. However, it doesn't mention error handling, permissions needed, or what happens on success/failure.

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 well-structured and front-loaded with the core purpose. Each sentence adds value: first states the action, second explains the mechanism, third sets constraints, and fourth provides alternatives. No wasted words.

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 tool with no annotations and no output schema, the description does a good job covering purpose, constraints, and alternatives. However, it lacks details on return values or error conditions, which would be helpful given the mutation nature of uploading files.

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%, so the schema fully documents all parameters. The description adds no additional parameter-specific information beyond what's in the schema, such as format examples or edge cases. Baseline 3 is appropriate when schema does the heavy lifting.

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 specific action ('Upload a file'), resource ('from the host filesystem to the samples directory'), and purpose ('for analysis'). It distinguishes from siblings like 'download_file' and 'download_from_url' by specifying the direction and source of transfer.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool (uploading for analysis) versus alternatives (bypassing upload by referencing absolute paths in analysis tools like 'get_file_info', 'analyze_file', or 'run_tool'). It also mentions the maximum file size constraint (200MB).

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/REMnux/remnux-mcp-server'

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