Skip to main content
Glama
techskies11

datadog-mcp

by techskies11

update_downtime

DestructiveIdempotent

Modify an existing Datadog downtime's scope, schedule, or message to extend, shorten, or end it early.

Instructions

Modify an existing downtime's scope, schedule, or message.

Use this when: need to extend/shorten a downtime's window, change its scope, or end it early (set end to "now"). There is no undo tool - the previous downtime configuration is not recoverable once overwritten.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoNew end time - same accepted formats as start (optional; set to "now" to end the downtime immediately)
scopeNoNew scope (optional)
startNoNew start time - ISO 8601, relative date math (e.g. "now-1h", "now+2d"), or a Unix timestamp (optional)
messageNoNew message (optional)
monitor_idNoNew single-monitor restriction (optional)
downtime_idYesDowntime to update
monitor_tagsNoNew monitor-tags restriction (optional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare destructive and read-only status. The description adds crucial warning that there is no undo, and the previous configuration is unrecoverable. This adds value beyond annotations without contradicting them.

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?

The description is two sentences, front-loaded with the primary action, followed by clear usage guidance and a critical warning. No unnecessary words or repetition.

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 an output schema exists and annotations cover safety, the description adequately captures the tool's purpose, usage scenarios, and irreversibility. It does not detail every optional parameter, but the schema covers that. Slight room for mentioning partial update behavior, but overall complete.

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 100%, and each parameter is well-documented in the schema. The description does not add significant new parameter semantics; it repeats the 'now' usage already present in the schema. Baseline of 3 applies.

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 the tool modifies an existing downtime, specifically its scope, schedule, or message. The verb 'modify' and the resource 'existing downtime' are specific, and the mention of 'existing' distinguishes it from creation tools like schedule_downtime.

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?

The description provides clear when-to-use scenarios: extending/shortening a window, changing scope, or ending early with 'now'. It lacks explicit alternatives or when-not-to-use, but the context is sufficiently clear for selection among sibling 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/techskies11/datadog-mcp'

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