Skip to main content
Glama
badchars

wifi-security-mcp-server

by badchars

find_wifi_attacks

Search and explore WiFi attacks by ID, protocol, category, severity, CVE, or tool. Retrieve attack commands and details for wireless security analysis.

Instructions

Search and explore WiFi attacks in the knowledge base. Look up attacks by ID, search by protocol/category/severity, find by CVE or tool, get attack commands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesSearch mode
cve_idNoCVE identifier (for find_by_cve mode)
channelNoChannel number (for get_commands mode)
categoryNoCategory: handshake/protocol/implementation/infrastructure/client/dos/mitm (for search mode)
protocolNoProtocol filter: WPA/WPA2/WPA3/WEP/WPS/EAP/Open (for search mode)
severityNoMinimum severity: critical/high/medium/low (for search mode)
attack_idNoAttack ID (for lookup and get_commands modes)
interfaceNoInterface name (for get_commands mode)
tool_nameNoTool name (for find_by_tool mode)
client_macNoClient MAC (for get_commands mode)
max_stealthNoMaximum stealth score 1-5 (for search mode)
target_ssidNoTarget SSID (for get_commands mode)
target_bssidNoTarget BSSID (for get_commands mode)
Behavior4/5

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

With no annotations provided, the description bears full burden. It correctly implies that the tool performs read-only searches and explorations without destructive side effects. While it doesn't detail authentication or rate limits, the behavioral scope is clear and consistent.

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, well-structured sentence that front-loads the core purpose and lists key modes. Every phrase contributes meaning, with no redundant or irrelevant text.

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?

Given the tool's complexity (13 parameters, no output schema) and 100% schema coverage, the description sufficiently covers the tool's capabilities. It lacks details on return values but the modes are clearly explained, making it complete enough for an AI agent.

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 100% with all parameters described. The description adds context by enumerating modes but does not explain parameter interplay or syntax beyond what the schema already provides, meeting the baseline expectation.

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 clearly states the tool's purpose: searching and exploring WiFi attacks in a knowledge base. It lists distinct actions (lookup by ID, search by protocol/category/severity, find by CVE/tool, get commands) which distinguishes it from sibling tools like scan_wifi_networks or analyze_wifi_security.

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 usage for querying attack data but does not explicitly guide when to use this tool versus alternatives. No exclusions or when-not-to-use instructions are provided, leaving ambiguity for an AI agent.

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/badchars/wifi-security-mcp-server'

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