mcp-server-datadog

by winor30
Verified

get_monitors

Retrieve and filter Datadog monitor statuses by state, name, or tags using the MCP server interface for streamlined monitoring management.

Instructions

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" }

You must be authenticated.

Other Tools from mcp-server-datadog

Related Tools

ID: bu8gtzkwfr