Skip to main content
Glama
bx33661

Wireshark MCP

by bx33661

wireshark_detect_arp_spoofing

Read-only

Detect ARP spoofing attacks in network captures by identifying duplicate IP-MAC mappings, gratuitous ARP floods, and reply storms from pcap files.

Instructions

[ARP] Detect potential ARP spoofing (duplicate IP-MAC, gratuitous floods, reply storms).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pcap_fileYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is clear. The description adds behavioral details (specific spoofing types) but does not disclose additional traits like output format or performance implications.

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 extremely concise (one line) and front-loaded with a category tag [ARP]. Every word adds value, though it could be slightly more structured.

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 simplicity (one input, no output schema, clear annotations), the description sufficiently covers its purpose and behavior. However, it lacks explanation of output or side effects, but these are minimal given read-only nature.

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

Parameters1/5

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

The schema has 0% description coverage for the pcap_file parameter with only one parameter. The description does not explain the parameter at all, failing to compensate for the low schema coverage.

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 detects ARP spoofing and lists specific types (duplicate IP-MAC, gratuitous floods, reply storms), distinguishing it from other detection siblings like port scan or exfiltration.

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?

While the description implies use for ARP spoofing detection, it does not explicitly state when to use or not use this tool versus alternatives. The sibling context provides differentiation but the description lacks direct 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/bx33661/Wireshark-MCP'

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