Skip to main content
Glama
REMnux

REMnux MCP Server

Official
by REMnux

download_from_url

Download files from URLs for malware analysis, supporting custom headers and JavaScript-enabled sites when needed. Returns file metadata including hashes and type.

Instructions

Download a file from a URL into the samples directory for analysis. Returns file metadata (hashes, type, size). Supports custom HTTP headers and an optional thug mode for sites requiring JavaScript execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to download (http or https only)
filenameNoOverride filename in samples dir. If omitted, derived from URL path.
headersNoCustom HTTP headers as 'Name: value' strings. Example: ['User-Agent: Mozilla/5.0', 'X-Auth-Token: abc123']
methodNoDownload method. 'curl' (default) for direct HTTP download. 'thug' for sites requiring JavaScript execution (uses thug honeyclient).curl
overwriteNoWhether to overwrite if file exists. Default: false
timeoutNoDownload timeout in seconds (default: server timeout)
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses key behavioral traits: file destination ('samples directory'), return format ('file metadata'), and special capabilities ('custom HTTP headers', 'thug mode for JavaScript execution'). However, it doesn't mention potential side effects like network usage, security implications, or error handling for failed downloads.

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 efficiently structured in two sentences: the first states core functionality and return value, the second adds advanced features. Every phrase adds value with zero redundancy or filler content.

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 6-parameter tool with no annotations and no output schema, the description provides good context about what the tool does and its key features. However, it doesn't fully compensate for the lack of output schema by detailing the metadata structure (hashes, type, size) or addressing potential failure modes.

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 6 parameters. The description adds marginal value by mentioning 'custom HTTP headers' and 'optional thug mode', but these are already covered in the schema's parameter descriptions. No additional parameter semantics are provided beyond what's in the structured schema.

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 action ('Download a file from a URL'), the destination ('into the samples directory for analysis'), and the return value ('Returns file metadata'). It distinguishes from sibling tools like 'download_file' by specifying URL-based downloading rather than local file operations.

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 provides clear context for usage ('for analysis') and mentions 'thug mode for sites requiring JavaScript execution' as a specific use case. However, it doesn't explicitly state when NOT to use this tool or name alternatives among siblings like 'upload_from_host' for local file operations.

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