Skip to main content
Glama

analyze_http_traffic

Read-onlyIdempotent

Analyze HTTP traffic from PCAP files by extracting methods, hosts, URIs, user agents, and response codes to identify web communication patterns.

Instructions

Analyze HTTP traffic from a PCAP file.

Extracts HTTP methods, hosts, URIs, user agents, and response codes.

Args: filepath: Path to PCAP/PCAPNG file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathYes
Behavior3/5

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

The description lists extracted fields, adding behavioral context beyond the readOnlyHint annotation. However, it does not discuss permissions, file size handling, or whether it modifies the file. Annotations already cover non-destructive and idempotent aspects.

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 (two sentences plus arg list), front-loaded with purpose, and contains no redundant information.

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?

The description lists extracted fields but does not specify the output format or behavior for large files (sibling analyze_large_pcap exists). Given no output schema and multiple related tools, more context would improve completeness.

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?

Although schema description coverage is 0%, the description adds 'Path to PCAP/PCAPNG file' for the filepath parameter, clarifying acceptable formats. This compensates for the lack of schema detail.

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 it analyzes HTTP traffic from a PCAP file and lists specific extracted fields (methods, hosts, URIs, etc.). This differentiates it from siblings like analyze_http_headers (headers only) and analyze_dns_traffic (different protocol).

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 on when to use this tool versus alternatives such as analyze_http_headers or analyze_pcap_file. The description only states what the tool does, not the context or prerequisites.

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/cortexc0de/netmcp'

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