Skip to main content
Glama
badchars

wifi-security-mcp-server

by badchars

analyze_captive_portal

Analyze captive portals with three modes: bypass techniques by portal type, security assessment of implementations, and defense recommendations by deployment.

Instructions

Unified captive portal analysis tool. Modes: bypass (bypass techniques by portal type), assess (security assessment of portal implementation), defense (hardening recommendations by deployment type).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesOperation mode to execute
deploymentNoDeployment environment (required for defense mode)
portal_typeNoType of captive portal (required for bypass mode)
network_restrictionsNoKnown network restrictions (used by bypass mode)
implementation_detailsNoPortal implementation description (required for assess mode)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose critical behavioral traits such as whether the tool performs network interactions, is read-only or destructive, or requires permissions. The 'bypass' mode implies active engagement, but this is not clarified.

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 two sentences long, front-loads the purpose, and wastes no words. Every sentence adds value by stating the tool's nature and listing modes with one-line explanations.

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

Completeness2/5

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

With no output schema, the description should indicate what the tool returns (e.g., report, recommendations). It also lacks information about prerequisites (network connectivity) and limitations. The tool's modes are covered, but overall completeness is insufficient for confident usage.

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%, so baseline is 3. The description adds context by linking modes to parameters (e.g., bypass uses portal_type), but the schema descriptions already adequately describe each parameter's purpose. No significant extra meaning is added.

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 it is a 'unified captive portal analysis tool' and lists three specific modes (bypass, assess, defense) with brief explanations. This distinguishes it from sibling tools which cover other wireless topics but not captive portals.

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 captive portal analysis but provides no explicit guidance on when to use this tool versus alternatives (e.g., scan_wifi_networks) or when not to use it. No exclusions or prerequisites are mentioned.

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