Skip to main content
Glama
schwarztim

CrackMapExec MCP Server

by schwarztim

cme_modules

List available modules by protocol or retrieve options for a specific module in network penetration testing.

Instructions

List available modules for a protocol or get options for a specific module.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
protocolYesProtocol to list modules for: smb, winrm, ssh, mssql, ldap, rdp, wmi, ftp, vnc, nfs
moduleNameNoModule name to get options for (optional)
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral traits. It does not disclose whether the operation is read-only, requires authentication, has rate limits, or any side effects. The agent cannot infer safety or constraints.

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 a single sentence that conveys the full purpose without any extraneous words. It is front-loaded with the primary action (list) and clearly structured.

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 tool with two parameters and no output schema, the description is adequate but lacks details about return format, examples, or constraints (e.g., protocol must be valid). It does not fully inform an agent about expected outputs or error conditions.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the dual behavior based on whether moduleName is provided (list vs. get options), which clarifies the parameter semantics beyond the 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 two clear actions: listing available modules for a protocol and getting options for a specific module. This clearly distinguishes from sibling tools which focus on executing commands on specific protocols or managing credentials.

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

Usage Guidelines3/5

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

The description implies when to use (when needing to explore modules), but provides no guidance on when not to use, prerequisites (e.g., must have a valid protocol), or alternatives among siblings. It lacks explicit context for decision-making.

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/schwarztim/sec-crackmapexec-mcp'

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