mcp-server-datadog

by winor30
Verified

get_incident

Get an incident from Datadog

Input Schema

NameRequiredDescriptionDefault
incidentIdYes

Input Schema (JSON Schema)

{ "properties": { "incidentId": { "minLength": 1, "type": "string" } }, "required": [ "incidentId" ], "type": "object" }