Skip to main content
Glama
AIops-tools

Monitoring AIops

interface_status

Retrieve network interface status and utilization from SolarWinds Orion, with optional top-N ranking by peak utilization to identify busiest interfaces.

Instructions

[READ] Interface status + utilization (Orion.NPM.Interfaces).

With top set, sets truncated: true when more interfaces existed than were returned — the whole table is fetched and ranked before the cut, so the flag is measured rather than inferred.

Args: top: If given, return only the top-N interfaces by peak utilization. target: SolarWinds target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
targetNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.9.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses a non-obvious behavior: with top set, the entire table is fetched and ranked before truncation, and truncated is a measured flag rather than inferred. The [READ] prefix signals a non-mutating operation, though authentication, rate limits, and error behavior are not mentioned.

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 core purpose is front-loaded in the first line, and the top behavior is explained in a compact, structured way. The truncated-flag detail earns its place, though the description could be slightly tighter by adding an explicit 'returns' phrase.

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 two parameters and a key behavior, but with no output schema it never describes the shape of the returned interface data, ordering, or default top size. For a simple 2-parameter tool it is nearly sufficient, yet the missing return contract is a real gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the Args section fully compensates by explaining top as 'top-N interfaces by peak utilization' and target as a 'SolarWinds target name from config' with default behavior. This adds meaningful semantic detail beyond the bare schema.

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 identifies the resource (Orion.NPM.Interfaces) and the action (status + utilization) with a [READ] prefix, making the purpose clear. It is naturally distinguishable from sibling tools like node_status and volume_status, though it does not explicitly differentiate itself from the similar 'topn' tool.

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-level guidance like 'omit for the default' but gives no explicit direction on when to choose interface_status over alternatives such as topn or node_status. An agent would have to infer the appropriate use case from the resource name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/AIops-tools/Monitoring-AIops'

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