Skip to main content
Glama
AIops-tools

Monitoring AIops

volume_status

Identify storage volumes at or above a specified usage threshold, ranked by fill level worst first. Set a minimum percent used to focus on capacity risks.

Instructions

[READ] Volumes at/above a fill threshold (Orion.Volumes), worst first.

Args: min_percent: Minimum percent-used to include (default 0 = all). target: SolarWinds target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
min_percentNo

Schema Changelog

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

  1. First observedv0.9.0

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explicitly discloses that this is a read operation via [READ], describes filtering behavior (min_percent) and result ordering (worst first). It does not describe the return shape or authentication/config dependencies, but these are minor for a simple read-only status tool.

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 compact and front-loaded with the [READ] label. The Args section is organized and every line contributes useful information without redundancy or filler.

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?

For a low-complexity tool with two optional parameters, the description covers source data, threshold semantics, ordering, and target selection. A brief hint about the response format would make it fully complete, especially since no output schema is provided, but nothing essential is missing.

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 description coverage is 0%, yet the description fully documents both parameters: min_percent is explained with unit and meaning, including default 0 = all; target is explained as a SolarWinds target name from config, with the omission behavior stated. This adds substantial meaning beyond the raw 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 states a specific resource (Orion.Volumes), the condition ('at/above a fill threshold'), and ordering ('worst first'). The [READ] label establishes the operation type, clearly distinguishing it from other status tools targeting nodes, interfaces, or applications.

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 usage context is implied: use this when you need volume capacity/fill status, especially worst offenders. However, it does not explicitly contrast with sibling tools like node_status, interface_status, or application_status, or state 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.

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