Skip to main content
Glama

capture_with_profile

Capture live network packets using settings from a specified Wireshark profile, with configurable duration and packet limit.

Instructions

Live capture using a Wireshark profile's configuration.

Args: interface: Network interface name (e.g., eth0, en0) profile_name: Wireshark profile name to apply duration: Capture duration in seconds packet_count: Maximum number of packets

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
interfaceYes
profile_nameYes
durationNo
packet_countNo
Behavior2/5

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

Annotations indicate the tool is not read-only, not destructive, not idempotent, and open-world. The description adds no behavioral details beyond what parameters imply. It does not mention side effects (e.g., network interface usage, potential packet loss), permissions needed, or capture lifecycle (how to stop, where output goes).

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 (under 100 words) and front-loaded with the purpose. The parameter list is readable, though it could be improved with bullet points or formatting. Every sentence is informative, and there is no fluff.

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?

Given the tool's complexity (capture with profile, 4 params, no output schema), the description lacks key details: what is the capture output (file, stream, memory?), how to stop capture, any dependencies (Wireshark profiles must exist), and error conditions. The agent may struggle to use it correctly without more context.

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 coverage is 0%, so description must compensate. It provides brief parameter descriptions: 'network interface name (e.g., eth0, en0)', 'Wireshark profile name to apply', and defaults for duration/packet_count. While it adds examples and context, it does not explain how to discover valid interfaces or profile names, nor how duration/packet_count interact (e.g., which stops first). This is adequate but not rich.

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 does a live capture using a Wireshark profile's configuration. This is distinct from sibling tools like 'capture_live_packets' (which presumably lacks profile integration) and 'apply_profile_capture' (which may only apply the profile without capturing). However, it does not explicitly differentiate from these siblings.

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 no guidance on when to use this tool versus alternatives. It lacks context about prerequisites (e.g., Wireshark must be installed, profile must exist) or exclusions (e.g., not for offline captures). The agent is left to infer usage from the name and parameters.

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