datadog mcp

by GeLi2001
Verified

get-monitors

Retrieve Datadog monitors with customizable filters, including status, tags, and result size, to streamline monitoring and alert management.

Instructions

Fetch monitors from Datadog with optional filtering. Use groupStates to filter by monitor status (e.g., 'alert', 'warn', 'no data'), tags or monitorTags to filter by tag criteria, and limit to control result size.

Input Schema

NameRequiredDescriptionDefault
groupStatesNo
limitNo
monitorTagsNo
tagsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupStates": { "items": { "type": "string" }, "type": "array" }, "limit": { "default": 100, "type": "number" }, "monitorTags": { "type": "string" }, "tags": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from datadog mcp

Related Tools

ID: nj2o2mvvnd