Skip to main content
Glama

get_network_info

Retrieve network interface details including IP addresses, link speed, status, and traffic counters to check connectivity and throughput.

Instructions

Show all network interfaces with IP addresses, link speed, status, and traffic counters.

Use this to check network connectivity, find the machine's IP addresses, or investigate network throughput. Not suitable for packet-level analysis or firewall rule inspection.

This is a read-only operation with no side effects.

Returns a Markdown report grouped by interface. Each interface shows: UP/DOWN status, link speed in Mbps, IPv4/IPv6 addresses, and cumulative bytes sent/received since boot. Loopback and virtual interfaces are included.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries full burden. It explicitly states 'This is a read-only operation with no side effects' and mentions that loopback and virtual interfaces are included, giving clear behavioral expectations.

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 (about 6 lines), front-loaded with purpose, then usage guidelines, then behavioral transparency, and finally output details. Every sentence adds value with no fluff.

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

Completeness5/5

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

Given no parameters and no output schema, the description fully explains the output format (Markdown report grouped by interface) and the fields shown (status, speed, IPs, traffic counters), making it complete for the tool's simplicity.

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?

The tool has zero parameters, so baseline is 4. The description adds context about what the returned Markdown report contains, going beyond the empty schema.

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 starts with a specific verb ('Show') and resource ('all network interfaces'), and clearly lists what information is displayed (IP addresses, link speed, status, traffic counters). It distinguishes itself from siblings like 'get_open_ports' which focuses on ports, not general network interface info.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool ('check network connectivity, find IP addresses, investigate throughput') and when not to use it ('Not suitable for packet-level analysis or firewall rule inspection'), guiding the agent to appropriate alternatives.

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/dragogargo/mcp-sysmon'

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