Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Update Policy Window

update_policy_window
DestructiveIdempotent

Update an existing maintenance window by providing its UUID and start time. Optionally modify recurrence, status, duration, or other fields.

Instructions

Update an existing maintenance window. Only dtstart is required; all other fields are optional for partial updates. status is lowercase active | inactive; recurrence is lowercase once | recurring on input. The 'rrule' field does NOT accept generic RFC 5545; the upstream validator enforces exactly two grammars (live-verified 2026-06-05). For recurrence=once: FREQ=DAILY;UNTIL=YYYYMMDDTHHMMSSZ (compact UNTIL, no COUNT). For recurrence=recurring: FREQ=YEARLY;BYMONTH=<1-12>;BYDAY=<+N weekday> only — no other FREQ values, no WEEKLY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rruleNo
statusNo
dtstartYes
org_uuidNo
recurrenceNo
request_idNo
group_uuidsNo
window_nameNo
window_typeNo
window_uuidYes
use_local_tzNo
duration_minutesNo
window_descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations indicate readOnlyHint=false, destructiveHint=true, idempotentHint=true. The description adds behavioral details: partial update semantics, case requirements for status and recurrence, and specific rrule validation grammars. No contradiction with annotations.

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?

Description is concise yet detailed, front-loading the main purpose. Each sentence adds value, especially the specific rrule format constraints. Slightly lengthy but justified by complexity.

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 13 parameters, 2 required, no enums, and output schema existence, description covers critical update semantics and rrule constraints. Missing some context like need for valid window_uuid, but overall adequate for moderately complex tool.

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?

Schema coverage is 0%, so description must compensate. It adds meaning for key parameters: dtstart (required), status (lowercase), recurrence (lowercase), rrule (specific grammars). However, it does not describe other parameters like window_uuid, org_uuid, etc., which are self-explanatory but still needed. Baseline 3 is appropriate.

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 'Update an existing maintenance window', specifying the verb 'update' and the resource 'maintenance window'. It also distinguishes from sibling tools like create_policy_window and delete_policy_window by indicating it updates an existing window and mentions partial updates.

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 notes that only dtstart is required and other fields are optional for partial updates, implying usage context. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide when-not-to-use guidance or prerequisites.

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/AutomoxCommunity/automox-mcp'

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