Skip to main content
Glama

datadog mcp

get-events

Search and retrieve Datadog events within a defined time range to analyze deployments, alerts, and system activities. Helps correlate events with system behaviors for monitoring insights.

Instructions

Search for events in Datadog within a specified time range. Events include deployments, alerts, comments, and other activities. Useful for correlating system behaviors with specific events.

Input Schema

NameRequiredDescriptionDefault
endYes
excludeAggregationNo
limitNo
priorityNo
sourcesNo
startYes
tagsNo
unaggregatedNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end": { "type": "number" }, "excludeAggregation": { "type": "boolean" }, "limit": { "default": 100, "type": "number" }, "priority": { "enum": [ "normal", "low" ], "type": "string" }, "sources": { "type": "string" }, "start": { "type": "number" }, "tags": { "type": "string" }, "unaggregated": { "type": "boolean" } }, "required": [ "start", "end" ], "type": "object" }

You must be authenticated.

Other Tools from datadog mcp

Related Tools

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/GeLi2001/datadog-mcp-server'

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