Skip to main content
Glama

generate_report

Read-onlyIdempotent

Analyze packet captures to produce network analysis reports in markdown or HTML with customizable sections for summaries, protocols, conversations, HTTP, DNS, and security.

Instructions

Generate a comprehensive analysis report in markdown or HTML.

Args: file_path: Path to PCAP/PCAPNG file report_format: Output format — 'markdown' or 'html' sections: Comma-separated list of sections to include

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
report_formatNomarkdown
sectionsNosummary,protocols,conversations,http,dns,security
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description is consistent, not contradicting. It adds no additional behavioral details beyond generating a report, which is sufficient given the annotation coverage.

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 uses a clear docstring format with a brief title and bulleted args. It is slightly verbose but well-structured and easy to parse.

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 covers the tool's purpose and parameter meanings adequately. However, it does not list available sections or explain output details, which could be helpful. The output schema is absent, but annotations are present.

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?

With 0% schema description coverage, the description compensates by explaining each parameter's purpose and format (e.g., 'comma-separated list of sections'). This adds meaningful context beyond the schema's titles and types.

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 generates a comprehensive analysis report in markdown or HTML, specifying the verb and resource. However, it does not differentiate from sibling tools, though no direct sibling exists for report generation.

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?

The description provides parameter instructions but lacks explicit guidance on when to use this tool versus alternatives like analyze_pcap_file or export_packets_csv. No when-not or situational context is given.

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