Skip to main content
Glama
jillesca

gNMIBuddy

by jillesca

get_network_topology_api

Retrieve L3 IP direct connection list for all devices in network inventory, excluding management interfaces, to analyze topology and connectivity.

Instructions

Retrieve the full L3 IP-only direct connection list for all devices in the network inventory (excluding management interfaces).

This function returns a detailed list of all discovered L3 IP direct connections (edges) in the network topology graph. Each connection describes a direct L3 IP connectivity between two devices, including interface names, IP addresses, and the shared network segment. The output is suitable for LLMs and automation tools to reason about network structure, connectivity, and path computation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nosYesSupported Network Operating Systems
dataNo
statusYesEnumeration for network operation status values. Provides type safety and prevents typos when setting or checking operation status in NetworkOperationResult objects.
metadataNo
ip_addressYes
device_nameYes
error_responseNo
operation_typeYes
feature_not_found_responseNo
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that it returns L3 IP direct connections and excludes management interfaces, but does not mention any potential performance impact, authorization needs, or that it returns all devices without filtering.

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 two sentences, no redundant words, and clearly states the action, scope, and output. It is well-structured and front-loaded.

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 no parameters and an output schema exists, the description covers the main functionality and purpose. It explains the output fields and intended use. However, it could mention limitations like refresh rate or network size constraints.

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?

The input schema has no parameters, so baseline is 3. The description does not explicitly state that there are no filters, but schema coverage is 100% and the description adds no parameter-specific value beyond the 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 clearly states the tool retrieves 'full L3 IP-only direct connection list for all devices' and specifies it excludes management interfaces. This distinguishes it from siblings like 'get_topology_neighbors' which might include other types of connections.

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

Usage Guidelines3/5

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

The description mentions the output is suitable for LLMs and automation tools, but does not explicitly state when to use this tool versus alternatives like 'get_topology_neighbors'. No exclusions or context for when not to use.

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/jillesca/gNMIBuddy'

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