datadog mcp

by GeLi2001
Verified

get-dashboard

Retrieve the full definition of a Datadog dashboard, including widgets, layout, and configuration details, using the dashboard ID for precise monitoring and tracing.

Instructions

Get the complete definition of a specific Datadog dashboard by its ID. Returns all widgets, layout, and configuration details.

Input Schema

NameRequiredDescriptionDefault
dashboardIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dashboardId": { "type": "string" } }, "required": [ "dashboardId" ], "type": "object" }

You must be authenticated.

Other Tools from datadog mcp

Related Tools

ID: nj2o2mvvnd