Skip to main content
Glama
bx33661

Wireshark MCP

by bx33661

wireshark_analyze_tcp_health

Read-only

Analyze TCP connection health by detecting retransmissions, duplicate ACKs, zero window, and resets in pcap files.

Instructions

[TCP] Analyze TCP connection health (retransmissions, dup ACKs, zero window, resets).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pcap_fileYes
Behavior3/5

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

The description lists the health indicators analyzed, adding context beyond the readOnlyHint annotation. However, it does not disclose the format of results (e.g., textual summary, structured report) or any limitations (e.g., only works on TCP packets). Since annotations already indicate read-only, the description's additional detail is adequate but not comprehensive.

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 extremely concise with a single sentence. It front-loads the category '[TCP]' and immediately states the action and indicators. Every word earns its place, with no wasted text. This is ideal for quick scanning by an AI agent.

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?

For a tool with one parameter and no output schema, the description lacks completeness. It does not specify the output format (e.g., report, summary, list), which is critical for an agent to determine if the tool's result meets its goal. Additionally, it does not mention prerequisites (e.g., valid TCP traffic in pcap) or limitations. Given the moderate complexity of network analysis, this omission reduces completeness.

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?

With 0% schema description coverage, the description must implicitly convey parameter meaning. The single required parameter 'pcap_file' is implied by the tool's purpose (analyzing TCP health from a packet capture), but the description does not explicitly state its role or expected format (e.g., file path). The context is sufficient for an agent, but explicit parameter description would be helpful.

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 the tool analyzes TCP connection health and lists specific indicators (retransmissions, dup ACKs, zero window, resets). The verb 'Analyze' and resource 'TCP connection health' are specific. However, it could be more explicit about the output format (e.g., summary table or list of issues), which would further clarify the tool's exact purpose. It distinguishes from generic protocol analysis tools like wireshark_analyze_protocol.

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?

The description provides no guidance on when to use this tool versus alternatives (e.g., wireshark_analyze_protocol, wireshark_stats_expert_info). It does not mention that it is focused on TCP health only, nor does it specify prerequisites like TCP traffic being present. An agent could misinterpret when to invoke this tool over other analysis tools.

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