Skip to main content
Glama

wireshark_export_objects

Extract embedded files from network traffic using supported protocols like HTTP, SMB, TFTP, IMF, and DICOM. Specify a pcap file, protocol, and destination directory to export objects.

Instructions

[Export] Extract embedded files from traffic (HTTP, SMB, TFTP, etc.).

Args: pcap_file: Path to capture file protocol: Protocol type - 'http', 'smb', 'tftp', 'imf', 'dicom' dest_dir: Destination directory for extracted files

Returns: Success message or JSON error

Example: wireshark_export_objects("traffic.pcap", "http", "/tmp/exported")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dest_dirYes
protocolYes
pcap_fileYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations exist, and the description omits behavioral details such as permissions, side effects, or whether overwriting occurs. For a file extraction tool, more disclosure is needed.

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?

The description is efficiently structured: a summary sentence, Args list, Returns, and an example. No unnecessary text. Could be slightly more concise.

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?

Given 3 required parameters and an output schema (context signals), the description covers basic usage. However, it does not explain the output format or behavior for edge cases, leaving some gaps.

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 coverage is 0%, so the description is the sole source. It lists parameters and gives protocol types but lacks depth for pcap_file and dest_dir. Provides some value but not comprehensive.

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 'Extract embedded files from traffic (HTTP, SMB, TFTP, etc.)', specifying a verb and resource, and distinguishes from sibling extraction tools like extract_credentials or extract_dns_queries.

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 explicit guidance on when to use this tool versus alternatives, such as other extraction tools. No 'when not to use' or context provided.

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