mcp-server-datadog

by winor30
Verified

get_monitors

Get monitors status from Datadog

Input Schema

NameRequiredDescriptionDefault
groupStatesNoFilter monitors by their states
nameNoFilter monitors by name
tagsNoFilter monitors by tags

Input Schema (JSON Schema)

{ "properties": { "groupStates": { "description": "Filter monitors by their states", "items": { "enum": [ "alert", "warn", "no data", "ok" ], "type": "string" }, "type": "array" }, "name": { "description": "Filter monitors by name", "type": "string" }, "tags": { "description": "Filter monitors by tags", "items": { "type": "string" }, "type": "array" } }, "required": [], "type": "object" }