Skip to main content
Glama

llm_tcp_health

Analyze TCP streams in a pcap file to identify retransmissions, resets, and zero-window events for health assessment.

Instructions

Return TCP stream health markers such as retransmissions, resets, and zero-window events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
capture_pathYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are present, and the description does not disclose whether this tool is read-only, has side effects, requires specific permissions, or has performance implications. The nature of returning markers suggests read-only behavior, but this is not explicitly stated.

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 a single sentence with no redundant information, achieving high conciseness. However, it could be expanded slightly to cover parameter semantics or usage context without becoming verbose.

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

Completeness2/5

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

Despite having a simple interface (2 params, output schema exists), the description lacks essential details: meaning of capture_path, limit effect, and structure of the returned health markers. It is not complete enough for an agent to understand what to expect.

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

Parameters1/5

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

Schema coverage is 0%, and the description adds no meaning to the parameters. It does not explain what 'capture_path' refers to (e.g., file path or live capture) or how 'limit' affects results (e.g., max number of events returned).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns TCP stream health markers like retransmissions, resets, and zero-window events, making the purpose specific. It is distinct from sibling tools (e.g., stats_tcp, llm_tls_summary) due to its focus on health indicators rather than aggregate stats or other protocols.

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 is provided on when to use this tool versus alternatives (e.g., stats_tcp for TCP statistics, llm_tcp_summary if exists). There is no mention of prerequisites, context, or scenarios where this tool is preferred.

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

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