Skip to main content
Glama
bx33661

Wireshark MCP

by bx33661

wireshark_editcap_deduplicate

Destructive

Removes duplicate packets from a pcap file using editcap's duplicate window matching. Specify input and output files, and optionally set the duplicate window size.

Instructions

Remove duplicate packets using editcap's duplicate window matching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_fileYes
output_fileYes
duplicate_windowNo
Behavior3/5

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

The description mentions 'duplicate window matching', adding some algorithmic context beyond the annotation destructiveHint=true. However, it does not explain the matching criteria (e.g., packet bytes vs. timestamps) or behavioral implications like file modification or limitations.

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 a single 9-word sentence, making it very concise. However, it lacks necessary detail for a destructive tool with 3 parameters, resulting in under-specification rather than efficient conciseness.

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 destructive hint, 0% schema coverage, and no output schema, the description should provide more context about the tool's effect, constraints, and output. It fails to mention that it writes an output file, the range of duplicate_window, or that editcap must be installed.

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 description provides no explanation for any of the three parameters (input_file, output_file, duplicate_window). Parameter names are somewhat intuitive, but duplicate_window's role is unclear without additional context.

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 verb 'Remove' and the resource 'duplicate packets', with the method 'using editcap's duplicate window matching'. It distinguishes from sibling tools like wireshark_editcap_split and wireshark_editcap_time_shift by specifically targeting deduplication.

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?

The description implies usage for removing duplicates but provides no guidance on when to use this tool versus alternatives like wireshark_editcap_trim or other editcap tools. No explicit when/when-not or prerequisites are mentioned.

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