Skip to main content
Glama
AIops-tools

Monitoring AIops

schedule_maintenance

Schedule a bounded maintenance window for a node by specifying node ID and ISO-8601 start/end timestamps. The mandatory end time prevents open-ended maintenance.

Instructions

[WRITE][risk=medium] Schedule a bounded maintenance window for a node.

An end time is REQUIRED — no open-ended maintenance.

Args: node_id: Numeric Orion NodeID. start_iso: Window start (ISO-8601 UTC timestamp). end_iso: Window end (ISO-8601 UTC timestamp) — required. target: SolarWinds target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
end_isoYes
node_idYes
start_isoYes

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
Behavior3/5

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

With no annotations, the description carries full behavioral burden. The '[WRITE][risk=medium]' tag and 'no open-ended maintenance' warning disclose that this is a state-changing, bounded operation. However, it does not explain what the maintenance window actually does (e.g., suppresses alerts) or mention side effects, permissions, or reversibility.

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?

Every sentence earns its place: the write/risk tag, a one-sentence purpose, the mandatory end-time warning, and a compact Args list. The most important constraint is front-loaded before parameter details.

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 four-parameter tool with no annotations and no output schema, the description covers parameter semantics and the crucial bounded-window constraint. It falls short only in not describing the operational effect of the maintenance window or what the tool returns on success, but these are not essential for invoking it correctly.

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%, but the Args block fully compensates by specifying node_id as a numeric Orion NodeID, start/end as ISO-8601 UTC timestamps, end_iso as required, and target as optional with default behavior. This adds exactly the meaning the schema lacks.

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?

Description states a specific verb and resource: 'Schedule a bounded maintenance window for a node.' The SolarWinds target parameter makes the domain clear, and the tool is obviously distinct from schedule_maintenance_prtg, though it does not explicitly name that sibling.

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?

No guidance is given for when to use this tool versus schedule_maintenance_prtg or zabbix_create_maintenance. The only usage note is the mandatory end-time rule, which is a parameter constraint rather than a tool-selection criterion.

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