Skip to main content
Glama

msf_search

Search for Metasploit modules by query and optional module type. Find matching exploits, auxiliary, and post modules for your security assessments.

Instructions

Search for Metasploit modules matching a query.

Args: query: Search terms (e.g. "eternalblue", "log4j", "CVE-2021-44228"). module_type: Filter by module type: 'exploit', 'auxiliary', 'post', 'payload', 'encoder', 'evasion', or 'all'.

Returns: List of matching Metasploit modules with name, rank, and description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
module_typeNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It states the return format ('name, rank, and description'), but does not disclose any limitations, prerequisites, or potential side effects, which are minimal for a search tool.

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 and well-structured, with a one-sentence purpose and labeled Args/Returns sections. Every sentence provides useful information without 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 simple search tool with an output schema, the description covers the core functionality, parameters, and return values. It lacks only non-critical details like error handling or result limits, so it is nearly complete.

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?

The description fully explains both parameters with examples and enumerates allowed module_type values, compensating for the 0% schema coverage. It adds meaning beyond the raw schema types.

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 'Search for Metasploit modules matching a query' with a specific verb and resource. It distinguishes itself from sibling tools by focusing on Metasploit modules, though it does not explicitly contrast with similar search tools like searchsploit_query.

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?

There is no explicit guidance on when to use this tool versus alternatives like searchsploit_query or cve_search. The examples (e.g., 'eternalblue') imply vulnerability research context, but no when/when-not guidance is provided.

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/rfunix/tengu'

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