Skip to main content
Glama
badchars

wifi-security-mcp-server

by badchars

analyze_ble

Audit GATT services, assess pairing security, get sniffing guidance, and analyze BLE privacy risks to identify and fix vulnerabilities.

Instructions

BLE security analysis — GATT service audit, pairing security assessment, sniffing guide, privacy/tracking analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesOperation mode: gatt_audit (GATT service security), pairing_security (pairing method assessment), sniff_guide (BLE sniffing setup), privacy_check (address tracking risk)
servicesNo[gatt_audit] JSON array of GATT services with characteristics [{uuid, characteristics: [{uuid, properties: [read,write,...]}]}]
address_typeNo[privacy_check] BLE address type
pairing_methodNo[pairing_security] BLE pairing method in use
target_addressNo[sniff_guide] Target BLE device address (XX:XX:XX:XX:XX:XX)
io_capabilitiesNo[pairing_security] Device IO capabilities: NoInputNoOutput, DisplayOnly, DisplayYesNo, KeyboardOnly, KeyboardDisplay
protocol_versionNo[sniff_guide] BLE protocol version (e.g. '4.0', '5.0')
Behavior2/5

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

No annotations present, so description must bear full burden. It only lists analysis modes but does not disclose side effects, authentication requirements, rate limits, or whether any state is modified. For a security analysis tool, this is insufficient.

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?

Single sentence efficiently communicates purpose and modes. No redundant words, information is front-loaded.

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?

Despite detailed parameter schema, the description is too brief. It omits expected output, interpretation of results, and any usage context. With no output schema, the description should compensate by explaining what the tool returns for each mode.

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 description coverage is 100% with per-parameter descriptions that explain the mode-specific usage. The tool description adds no additional meaning beyond the schema; baseline 3 is appropriate.

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?

Description clearly states 'BLE security analysis' and enumerates four specific modes (GATT audit, pairing security, sniffing guide, privacy check). This distinguishes it from sibling tools like scan_bluetooth and find_bluetooth_attacks which focus on discovery or attack finding, not security analysis.

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 explicit guidance on when to use this vs alternatives. The description only lists modes but does not compare to scan_bluetooth or other BLE tools. No cautionary notes or prerequisites 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/badchars/wifi-security-mcp-server'

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