Skip to main content
Glama

get_conversations

Analyze PCAP files to retrieve conversation statistics for protocols like Ethernet, IP, TCP, UDP, or SCTP, returning a summary table of traffic flows.

Instructions

Get conversation statistics from a PCAP file.

Args: file_path: Path to the PCAP file protocol: Protocol to analyze - one of: eth, ip, tcp, udp, sctp (default: tcp)

Returns: Conversation statistics table

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
protocolNotcp
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

There are no annotations, so the description must convey behavior. It specifies the return as a 'conversation statistics table' and lists protocol options, but it does not mention potential errors, file requirements, or explicitly confirm that the operation is read-only (though 'Get' implies this).

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 concise and well-structured, with a clear one-sentence summary followed by Args and Returns sections. Every line adds useful information, and there is no redundant filler.

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

Completeness4/5

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

The output schema exists, so the description does not need to detail return values. It covers the key inputs and options, but could be more complete by mentioning error conditions or prerequisites like file accessibility.

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?

The input schema provides no descriptions for the parameters, and schema description coverage is 0%. The tool description compensates by explaining file_path as a PCAP file path and protocol as having a specific set of options (eth, ip, tcp, udp, sctp), adding meaning beyond the raw schema.

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 the tool's function: 'Get conversation statistics from a PCAP file.' It uses a specific verb ('Get') and resource ('conversation statistics'), and the mention of 'PCAP file' distinguishes it from sibling tools like get_packet_statistics and get_flow_matrix.

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 implies when to use the tool (when conversation stats are needed from a PCAP file) but does not explicitly compare it to alternatives or state when not to use it. No sibling tool is mentioned.

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

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