Skip to main content
Glama

datadog mcp

get-incidents

Retrieve and filter incidents from Datadog's incident management system. Supports active/archived status and query-based searches to review current or past incidents efficiently.

Instructions

List incidents from Datadog's incident management system. Can filter by active/archived status and use query strings to find specific incidents. Helpful for reviewing current or past incidents.

Input Schema

NameRequiredDescriptionDefault
includeArchivedNo
limitNo
pageOffsetNo
pageSizeNo
queryNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeArchived": { "type": "boolean" }, "limit": { "default": 100, "type": "number" }, "pageOffset": { "type": "number" }, "pageSize": { "type": "number" }, "query": { "type": "string" } }, "type": "object" }
Install Server

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