Skip to main content
Glama

visualize_network_flows

Read-onlyIdempotent

Analyze PCAP files to create visual diagrams of TCP or UDP network flows. Output as ASCII art or Mermaid sequence diagrams.

Instructions

Generate visual diagrams of network flows from a PCAP file.

Produces ASCII art or Mermaid sequence diagrams showing packet exchanges between endpoints.

Args: filepath: Path to PCAP/PCAPNG file flow_type: Protocol type: tcp or udp max_flows: Maximum number of packet arrows to include (1-200) output_format: Diagram format: text or mermaid

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathYes
flow_typeNotcp
max_flowsNo
output_formatNotext
Behavior3/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. The description adds basic behavioral context (produces diagrams) but does not go beyond that. No contradictions.

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 concise, with a front-loaded purpose statement and a structured Args section. It is efficient and clear, though the Args section could be integrated more naturally.

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?

Given the tool's simplicity (4 params, no output schema), the description covers essential aspects: input parameters, output format options, and purpose. No missing critical details.

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?

Schema description coverage is 0%, so the description fully compensates. It adds meaning to all four parameters: filepath (path to PCAP), flow_type (tcp or udp), max_flows (range 1-200), output_format (text or mermaid).

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 verb 'Generate visual diagrams' and the resource 'network flows from a PCAP file'. It distinguishes from sibling analysis tools by focusing on visualization.

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 explicit guidance on when to use this tool versus alternatives like follow_tcp_stream or analyze_http_traffic. The description does not mention conditions, prerequisites, or when not to use it.

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