Skip to main content
Glama

wireshark_extract_dns_queries

Extract DNS query details including name and type from pcap files for analysis.

Instructions

[DNS] Extract DNS query details (name, type). Pre-configured for DNS analysis.

Args: pcap_file: Path to capture file limit: Maximum queries to return (default: 100)

Returns: Tabular text with DNS queries or JSON error

Example: wireshark_extract_dns_queries("dns_traffic.pcap")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
pcap_fileYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided. Description discloses extraction behavior, return format (tabular text or JSON error), and default limit. However, lacks explicit statement of read-only nature, error handling, or performance considerations.

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?

Extremely concise: one-line purpose, structured args section, returns, and example. No unnecessary words. Front-loaded with key info.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a simple extraction tool with 2 parameters and output schema exists. But lacks contextual details like file size limits, supported pcap versions, or interaction with other tools. Could be more informative for an agent unfamiliar with Wireshark.

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

Parameters4/5

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

Schema coverage is 0%, but description provides clear meaning for both parameters: pcap_file as path, limit as max queries with default. Compensates for missing schema descriptions.

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?

Clearly states 'extract DNS query details (name, type)', specific verb and resource. Differentiates from siblings like wireshark_extract_http_requests by focusing on DNS.

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 vs alternatives like wireshark_detect_dns_tunnel or other extract tools. Only says 'Pre-configured for DNS analysis', which implies DNS context but no explicit use cases or exclusions.

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