Skip to main content
Glama
84emllc

UptimeRobot MCP Server

by 84emllc

create_mwindow

Create maintenance windows for monitors, specifying recurrence, start time, and duration to avoid false alerts during scheduled downtime.

Instructions

Create a new maintenance window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesWindow recurrence type. 1=Once, 2=Daily, 3=Weekly, 4=Monthly.
valueNoRequired for Weekly and Monthly types. Weekly (type 3): dash-separated days of week, 1=Mon through 7=Sun. Example: "1-3-5" for Mon/Wed/Fri. Monthly (type 4): dash-separated days of month. Example: "1-15" for 1st and 15th.
durationYesDuration of the window in minutes.
start_timeYesFor type 1 (Once): Unix timestamp (int) of the start time. For types 2-4 (recurring): time string in HH:MM format (e.g. "02:00").
friendly_nameYesDisplay name for the maintenance window.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

No annotations are supplied, so the description carries the full burden. It provides no behavioral details such as side effects, required permissions, idempotency, error behavior, or what constitutes a successful creation. The phrase 'Create a new maintenance window' merely restates the tool's name.

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 a single sentence with zero verbosity, achieving high efficiency. However, given the tool's complexity (5 parameters), it is arguably too terse to be fully 'appropriately sized', but it is concise and front-loaded.

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?

Despite having an output schema, the description lacks important context such as return value semantics, prerequisites, or usage scenarios. A 5-parameter creation tool without annotations or behavioral guidance is not adequately described by a single clause.

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 description coverage is 100%, with each parameter having detailed descriptions (type, recurrence, start_time, etc.). The tool description itself adds no parameter information, but the schema already handles it, so a baseline of 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 uses the specific verb 'Create' and resource 'maintenance window', clearly differentiating it from sibling tools like get_mwindows, edit_mwindow, and delete_mwindow. It unambiguously states the tool's primary function.

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 provided on when to use this tool versus alternatives. There is no mention of prerequisites, use cases, or when not to use it, so the agent receives no contextual help in selecting between create/edit/delete/get tools.

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/84emllc/uptimerobot-mcp'

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