Skip to main content
Glama
techskies11

datadog-mcp

by techskies11

schedule_downtime

Schedule a downtime window to mute alerts for monitors matching a scope or tags, with optional start/end times to suppress notifications during maintenance.

Instructions

Schedule a downtime to mute a scope of monitors (or one monitor) over a time window.

Use this when: silencing many monitors at once by scope/tag (e.g. "mute all alerts for env:staging this weekend"), or muting on a schedule with a known end time. For muting exactly one already-known monitor with no scheduling needs, silence_monitor is simpler. At most one of monitor_id/monitor_tags should be set; if neither is set, the downtime applies to all monitors matching scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoSame accepted formats as start; omit for an open-ended downtime that must be ended later via update_downtime
scopeYesScope to mute, as a tag query (e.g. "env:staging", "team:backend", or "*" for everything matching monitor_id/monitor_tags)
startNoISO 8601, relative date math (e.g. "now", "now+1h"), or a Unix timestamp (default: "now")now
messageYesReason for the downtime (shown in notifications)
monitor_idNoOptional single monitor ID to restrict this downtime to
monitor_tagsNoOptional monitor tags to restrict this downtime to (mutually exclusive with monitor_id)
display_timezoneNoIANA timezone for displaying the schedule (e.g. "America/New_York")
mute_first_recovery_notificationNoIf True, suppress the first recovery notification after the downtime ends (default: False)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, and the description adds valuable behavioral context: mutual exclusivity of monitor_id and monitor_tags, fallback to all matching scope when neither is set, and the open-ended downtime behavior that requires update_downtime later. This goes beyond the annotations.

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?

Three sentences, front-loaded with purpose, and every sentence adds value. No fluff or redundancy; it is concise yet informative.

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

Completeness5/5

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

For a tool with 8 parameters and an output schema, the description covers the essential context: purpose, when to use, parameter constraints, and edge cases like open-ended downtimes. Output schema exists, so not explaining return format is acceptable.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3, but the description adds critical parameter semantics not duplicated in the schema: the rule that at most one of monitor_id/monitor_tags should be set, and the behavior when neither is set. This helps agents choose parameters correctly.

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 opens with a specific verb+resource+scope: 'Schedule a downtime to mute a scope of monitors (or one monitor) over a time window.' It clearly distinguishes from sibling tools like silence_monitor by noting when the latter is simpler, providing explicit differentiation.

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

Usage Guidelines5/5

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

Provides explicit 'Use this when' examples (silencing many monitors by scope/tag, or muting on a schedule with a known end time) and names an alternative tool for simpler cases ('silence_monitor is simpler'). This directly addresses when to use this tool versus alternatives.

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/techskies11/datadog-mcp'

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