Skip to main content
Glama

export_objects

Extract files, certificates, and other objects from PCAP captures by protocol, using a session ID or PCAP path.

Instructions

Export objects (files, certificates, etc.) from a PCAP based on protocol. Accepts session_id or pcap_path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
protocolYesProtocol to extract objects from (e.g., http, tls)
pcap_pathNoOptional PCAP path (absolute or relative to workdir)
output_dirYesOutput directory for exported objects
session_idNoOptional session ID of loaded PCAP
max_packetsNoMaximum number of packets to process (when pcap_path is used)
Behavior2/5

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

With no annotations, the description carries full burden. It implies a read-and-write operation (exporting objects), but does not disclose side effects such as creating output files, overwriting behavior, or required permissions. There is no mention of what happens to the output directory or any processing limits, so significant behavioral traits remain opaque.

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?

The description is a single, front-loaded sentence with no fluff. It states the action, the target, and the input modes efficiently. Every word earns its place.

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?

For a tool with 5 parameters, no output schema, and no annotations, the description covers the core purpose and input selection but lacks details about output behavior (e.g., file naming, directory creation) and edge cases. It is adequate but not fully complete given the absent structured metadata.

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 description coverage is 100%, so the schema already documents all five parameters. The description adds a small insight by noting the tool accepts 'session_id or pcap_path', hinting at mutual exclusivity, but does not elaborate on format or usage. This marginal addition keeps it at the baseline for high schema coverage.

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 uses a specific verb ('Export') and resource ('objects from a PCAP') and specifies the basis ('protocol'). It clearly distinguishes from sibling tools like extract_iocs or extract_credentials by focusing on protocol-based object export.

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 provides clear context: export objects based on protocol and accept either session_id or pcap_path. However, it does not explicitly state when to use this tool over alternatives like extract_iocs, nor does it mention any exclusions or prerequisites. Usage is implied rather than explicitly guided.

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/Gentle-bae/mcp-wireshark'

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