Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Create Policy Window

create_policy_window
Destructive

Create a maintenance window to prevent policy execution on specified groups during scheduled periods using RRULE recurrence.

Instructions

Create a new maintenance/exclusion window. Uses RFC 5545 RRULE for scheduling. All fields are required. The window prevents policy execution on the specified groups during the defined periods.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate destructiveHint=true, and the description adds that the window 'prevents policy execution,' which provides useful behavioral context beyond the annotation. However, it does not disclose other behaviors like authorization needs, return values, or side effects.

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 description is two sentences, concise and to the point. It front-loads the core action. However, it could be slightly more structured, but overall no waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 12 parameters and no schema descriptions, the description is insufficient. It describes the effect on policy execution but does not cover the full context of the window, such as how the parameters interact or what the output schema contains. The existence of an output schema does not excuse the lack of parameter explanations.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate. It mentions 'Uses RFC 5545 RRULE' hinting at the 'rrule' parameter and states 'All fields are required,' but does not explain the meaning of most parameters. This adds minimal value beyond the raw 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 clearly states the tool creates a maintenance/exclusion window and explains its purpose (prevents policy execution). However, it does not explicitly differentiate from sibling tools like update_policy_window or delete_policy_window, though the context of 'create' is clear.

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 no guidance on when to use this tool versus alternatives. It mentions RFC 5545 RRULE but does not specify when to use this tool over other policy-related tools or 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.

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