Skip to main content
Glama
bx33661

Wireshark MCP

by bx33661

wireshark_editcap_trim

Destructive

Trim a packet capture to a specific time window. Specify start and stop timestamps to extract only packets within that range.

Instructions

Trim capture to a timestamp window. Times in editcap format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stop_timeNo
input_fileYes
start_timeNo
output_fileYes
Behavior2/5

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

Annotations already indicate destructiveHint=true. The description does not elaborate on the behavior (e.g., overwriting output file, requiring both start and stop times). It adds no behavioral context beyond the annotation.

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 concise (one sentence) but at the cost of missing essential information. It is front-loaded but incomplete.

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?

With 4 parameters, no output schema, and minimal description, the tool lacks necessary context. The description does not explain default behavior when start_time/stop_time are empty, nor the effect of output file overwriting.

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?

Schema description coverage is 0%. The description mentions 'Times in editcap format' but does not explain the format for start_time or stop_time, nor the meaning of input_file/output_file. No parameter semantics are clarified.

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 trims a capture to a timestamp window using editcap format. While it doesn't explicitly differentiate from sibling tools like editcap_split or editcap_time_shift, the action of trimming to a time window is specific enough.

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, nor any prerequisites. The description is purely declarative without contextual usage advice.

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