Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Create Policy Window

create_policy_window
Destructive

Define maintenance windows that prevent policy execution on specified device groups during scheduled periods, with options for recurrence and timezone.

Instructions

Create a new maintenance/exclusion window that prevents policy execution on the specified groups during the defined periods. All fields are required. 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. status accepts active|inactive; recurrence accepts once|recurring (lowercase on input).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rruleYes
statusYes
dtstartYes
org_uuidNo
recurrenceYes
request_idNo
group_uuidsYes
window_nameYes
window_typeYes
use_local_tzYes
duration_minutesYes
window_descriptionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Description adds behavioral context beyond annotations: indicates the window prevents policy execution, all fields required, and specifics about rrule grammar. No contradiction with annotations (destructiveHint=true, readOnlyHint=false).

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 4 sentences, each adding value. It front-loads the purpose, then provides critical grammar details. Could be slightly more concise but no wasted content.

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 12 parameters (10 required) and an output schema, the description covers the most complex parts (rrule grammar, recurrence, status values). It doesn't explain return values, but output schema handles that. Some less complex parameters remain undocumented but are understandable from schema names.

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?

With 0% schema description coverage, the description adds meaning for the complex rrule parameter (specifying exact grammars) and mentions status and recurrence accepted values. However, other parameters like window_type, window_name, duration_minutes, group_uuids, dtstart, etc., are not explained.

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?

Description clearly states it creates a maintenance/exclusion window to prevent policy execution on specified groups during defined periods. This distinguishes it from sibling tools like update_policy_window, delete_policy_window, and check_window_active.

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

Usage Guidelines4/5

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

Explicitly states all fields are required and provides detailed grammar for the rrule field, including exact formats for recurrence types. However, it does not explicitly mention when not to use this tool or provide alternatives from the sibling list.

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