Skip to main content
Glama

aircrack_scan

Passively scan wireless networks to identify access points and retrieve BSSID, SSID, channel, encryption, and signal strength without sending packets.

Instructions

Passively scan for wireless networks using aircrack-ng suite.

Uses airodump-ng to passively capture wireless network information without transmitting any packets (monitor mode required).

Args: interface: Wireless interface in monitor mode (e.g. wlan0mon, wlan0). scan_time: Duration in seconds to capture (default 30). timeout: Override default timeout.

Returns: Discovered access points with BSSID, SSID, channel, encryption, and signal strength.

WARNING: - Requires wireless interface in monitor mode: sudo airmon-ng start wlan0 - Requires root/sudo privileges. - Only use on networks you own or have explicit written authorization to test. - This tool captures wireless frames — ensure legal authorization first. - Target must be a wireless interface, not a remote host.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNo
interfaceNowlan0
scan_timeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool is passive ('without transmitting any packets'), requires monitor mode and root/sudo, captures wireless frames, and must only be used with authorization. It also mentions underlying tool (airodump-ng). It doesn't describe exact error behavior if prerequisites are missing, but covers key behavioral aspects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (intro, Args, Returns, WARNING) and is front-loaded with the core purpose. It is not overly long, but the WARNING section repeats the legal authorization point, which is slightly redundant. Still, every line serves a purpose.

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 tool with no annotations and moderate complexity, the description covers purpose, usage prerequisites, parameters, return values, and legal/ethical warnings. It lacks mention of what happens if the interface is not in monitor mode (error handling), but the core operational context is well-covered.

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?

The input schema has 0% coverage, but the description compensates by explaining each argument: interface ('Wireless interface in monitor mode e.g. wlan0mon'), scan_time ('Duration in seconds to capture'), and timeout ('Override default timeout'). The timeout description is somewhat generic, but overall it adds significant meaning beyond the bare schema.

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: 'Passively scan for wireless networks using airodump-ng... without transmitting any packets.' This specific verb+resource combination (passively scan + wireless networks) distinguishes it from sibling tools like nmap_scan and masscan_scan, which target wired/network scanning.

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

Usage Guidelines4/5

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

It provides clear context on when to use the tool: 'monitor mode required' and 'passively capture wireless network information.' It also lists prerequisites (root/sudo, monitor mode) and legal authorization. However, it does not explicitly name alternatives or state 'use this for wireless, not for wired,' so it stops short of full when-not guidance.

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