Skip to main content
Glama
cerby0n

Tshark MCP Server

by cerby0n

query_pcap

Run a custom tshark query on a pcap file using Wireshark display filters and extract specific fields to analyze network traffic.

Instructions

Run a custom tshark query on a pcap file with optional display filters and field extraction. Use Wireshark display filter syntax.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoFields to extract (e.g., ['ip.src', 'ip.dst', 'tcp.port'])
pcap_pathYesPath to the pcap file
display_filterNoWireshark display filter (e.g., 'ip.addr==192.168.1.1', 'tcp.port==80', 'http.request.method==GET')
Behavior2/5

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

With no annotations, the description carries full burden but only says 'run a custom tshark query' without disclosing output format, side effects (presumably read-only), 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.

Conciseness4/5

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

Two concise sentences that front-load the core action and add a syntax tip. No unnecessary words.

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 no output schema, the description omits return value information. It also lacks usage context relative to siblings, making it incomplete for an agent to fully understand capabilities.

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?

Schema has 100% coverage with clear descriptions. The description adds minimal value, only restating that display filters use Wireshark syntax and that fields are optional.

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 runs custom tshark queries with display filters and field extraction, which differentiates it from sibling tools like analyze_pcap_attacks or get_pcap_stats that have more specific purposes.

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 is given on when to use this tool vs siblings. It implies usage for custom queries but does not explain when to choose it over pre-built analyses.

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/cerby0n/tshark-mcp'

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