Skip to main content
Glama
fuzzmind

fuzzmind-frida-mcp

by fuzzmind

frida_file_download

Download a file from a target process's filesystem to your local machine by specifying the process name, remote path, and local path.

Instructions

Download a file from the target process's filesystem to the local host.

Attaches to the target process, reads the remote file in 1MB chunks using ObjC NSData inside the process (respecting its sandbox view), transfers each chunk back via Frida's binary data channel, and reassembles the file locally at local_path.

target: process name or pid (string). remote_path: absolute file path on the target's filesystem. local_path: local path to write the downloaded file.

Supports large files through chunked transfer. 2-minute timeout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
remote_pathYes
local_pathYes
Behavior5/5

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

No annotations are provided, so the description fully covers behavioral traits: it attaches to the process, reads in 1MB chunks via ObjC NSData, uses Frida's binary channel, reassembles locally, supports large files, and has a timeout. This is comprehensive disclosure.

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 concise (5 lines) and well-structured: a one-line summary, then a paragraph of behavioral details, and a bullet-style list for parameters. Every sentence adds value with no redundancy.

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 file download tool with no output schema, the description adequately explains the process and supports large files. It could optionally mention return value or success/failure indication, but the core functionality is clear.

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?

Schema coverage is 0%, but the description adds full meaning for all three parameters: target (process name/pid), remote_path (absolute path), local_path (local write path). This compensates completely for the lack of schema descriptions.

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 explicitly states the action ('download a file') and the resource ('from the target process's filesystem to the local host'). Among siblings like frida_file_list and frida_file_read, this tool is clearly distinguished as a file download operation.

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 notes chunked transfer for large files and a 2-minute timeout, providing helpful context for when to use this tool. However, it does not explicitly contrast with sibling file tools (e.g., frida_file_read) or specify when not to use it.

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/fuzzmind/frida-mcp'

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