Skip to main content
Glama
bx33661

Wireshark MCP

by bx33661

wireshark_stats_expert_info

Read-only

Automatically detect network anomalies like retransmissions, errors, warnings, and protocol issues from pcap files.

Instructions

[Expert Info] Automatic anomaly detection: retransmissions, errors, warnings, protocol issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pcap_fileYes
Behavior3/5

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

Annotations already indicate readOnlyHint=true. The description adds context about the types of anomalies detected (retransmissions, errors, etc.) but does not disclose other behavioral aspects such as performance impact or file requirements. With annotations present, this is adequate but minimal.

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

Conciseness3/5

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

The description is very short and front-loaded with a label. However, it lacks crucial details about parameters and output, making it incomplete. It is concise but at the expense of clarity.

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?

Given the tool's simplicity (one parameter, no output schema, safe read operation), the description is insufficient. It does not describe the output format or provide any example. An agent would need to infer what 'expert info' returns, which affects usability.

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

Parameters2/5

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

Schema description coverage is 0%, and the tool description does not explain the single required parameter 'pcap_file'. While the parameter name is self-explanatory, the description should explicitly state it is the packet capture file to analyze. This omission leaves ambiguity for unfamiliar agents.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it is about 'Expert Info' for automatic anomaly detection and lists specific anomalies (retransmissions, errors, etc.). It distinguishes from sibling detection tools by referencing the Wireshark expert info feature, though it does not explicitly contrast with tools like wireshark_detect_protocol_anomalies.

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 guidance on when to use this tool versus alternatives. The description implies it provides automatic expert info but does not specify appropriate contexts, prerequisites, or cases where other detection tools would be more suitable.

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