Skip to main content
Glama
fuzzmind

fuzzmind-frida-mcp

by fuzzmind

frida_trace

Trace function calls in a target process by specifying include and exclude patterns for debugging and dynamic analysis.

Instructions

frida-trace -i <patterns> -n/-p <target> for duration_seconds.

target: process name or pid (string). include: list of -i patterns, e.g. ['xpc_connection_send_*', 'objc:NSURL*'].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
includeNo
duration_secondsNo
output_fileNo
modeNoattach
device_idNo
attach_identifierNo
attach_frontmostNo
await_patternNo
runtimeNo
include_moduleNo
exclude_moduleNo
excludeNo
addNo
include_importsNo
include_module_importsNo
include_objc_methodNo
exclude_objc_methodNo
include_swift_funcNo
exclude_swift_funcNo
include_java_methodNo
exclude_java_methodNo
include_debug_symbolNo
init_sessionNo
parametersNo
quietNo
decorateNo
ui_hostNo
ui_portNo
ui_allow_originNo
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It implies the tool runs a trace for a set duration and stops, but it does not explain side effects (e.g., whether it modifies the target), output behavior (e.g., where results go), or requirements like a running Frida session. Key behavioral aspects such as the effect of `quiet` or `decorate` are omitted.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short, which is concise, but it sacrifices necessary detail. The structure presents a command-line template followed by parameter explanations, which is reasonable. However, it omits important sections like output, usage notes, or examples for other parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (30 parameters), no output schema, and no annotations, the description is severely incomplete. It does not explain how tracing works, what the output looks like, or how to filter using the many exclusion/inclusion parameters. The agent cannot confidently use this tool without guessing.

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

Parameters2/5

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

Schema coverage is 0%, so the description must add meaning for all parameters. It only explains two (target and include) with examples. The remaining 28 parameters, many with defaults and specific roles (e.g., mode, exclude, include_objc_method), remain completely undocumented. This severely limits the agent's ability to use the tool correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that this tool runs 'frida-trace' with specific filters, targeting a process, and for a given duration. It identifies the key parameters (target, include, duration_seconds) and provides examples. However, it does not differentiate from sibling hooking tools like frida_hook_native_function or frida_intercept_objc_method, leaving ambiguity about when to use this tool over alternatives.

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

Usage Guidelines2/5

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

The description gives a command template but provides no guidance on when to use this tool versus other trace or hook tools. It does not mention prerequisites, when not to use it, or how to choose between modes (attach vs spawn). The lack of usage context leaves the agent without clear decision criteria.

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