datadog mcp

by GeLi2001
Verified

get-monitor

Retrieve detailed configuration, status, and information for a specific Datadog monitor by its ID. Use this to access and manage individual monitor data efficiently.

Instructions

Get detailed information about a specific Datadog monitor by its ID. Use this to retrieve the complete configuration, status, and other details of a single monitor.

Input Schema

NameRequiredDescriptionDefault
monitorIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "monitorId": { "type": "number" } }, "required": [ "monitorId" ], "type": "object" }

You must be authenticated.

Other Tools from datadog mcp

Related Tools

ID: nj2o2mvvnd