Skip to main content
Glama
fuzzmind

fuzzmind-frida-mcp

by fuzzmind

frida_enumerate_modules

Enumerate all loaded modules in a running process to obtain their names, base addresses, sizes, and file paths.

Instructions

List all loaded modules in a target process.

Returns name, base address, size, and file path for each module. target: process name or pid (string).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
Behavior2/5

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

No annotations provided, so description must disclose behavioral traits. It does not mention whether attaching to the process is required, if it's read-only, or any side effects. For a list operation, likely safe but not explicit.

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

Conciseness4/5

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

Very concise: two sentences plus parameter definition. Information is front-loaded and no redundant words.

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

Completeness3/5

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

For a simple one-parameter tool with no output schema, description covers basic purpose and return fields. Lacks usage context like prerequisites or examples, which could improve completeness.

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 coverage is 0%, but description adds meaning: '`target`: process name or pid (string).' This clarifies parameter purpose beyond schema fields, though lacks format constraints or examples.

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?

Description clearly states 'list all loaded modules in a target process' and specifies return fields (name, base, size, path). Distinguishes from sibling enumeration tools by focusing on modules, though does not explicitly exclude others.

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?

No guidance on when to use this tool vs alternatives like frida_enumerate_dependencies or frida_enumerate_exports. Does not mention prerequisites (e.g., process must be attached).

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