Skip to main content
Glama

get_top_talkers

Identify the top communicating pairs by traffic volume to uncover dominant conversations, spot potential C2 servers, and detect data exfiltration targets.

Instructions

Get Top-N communicating pairs by traffic volume. Use this when: 1) User wants to see who talks most, 2) Identifying C2 servers, 3) Finding data exfiltration targets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_nNoNumber of top talkers to return
metricNoMetric: bytes or framesbytes
session_idYesID of the session
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. The verb 'Get' implies a read-only operation, but it does not explicitly state whether it modifies state, requires an active session, or what the return format is. It provides some context about sorting by traffic volume but lacks detail.

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 front-loaded: one sentence for purpose and a short bulleted list of use cases. Every word earns its place, with no redundant information.

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?

For a simple get tool with no output schema, the description covers the core purpose and common use cases. However, it does not describe the output structure (e.g., list of pairs with metrics) or any prerequisites beyond the session_id parameter.

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%, with all three parameters documented. The description adds no extra meaning about parameters, leaving the schema to carry the full burden. This meets the baseline of 3 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 clearly states the tool does 'Get Top-N communicating pairs by traffic volume', which is a specific verb+resource+scope. It distinguishes from siblings like summary_stats and capture_conversations by focusing on ranking pairs by volume.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use scenarios: user wants to see who talks most, identifying C2 servers, finding data exfiltration targets. However, it does not mention when not to use it or name alternative tools, so it lacks 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/Gentle-bae/mcp-wireshark'

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