mcp-server-datadog

by winor30
Verified

list_dashboards

Get list of dashboards from Datadog

Input Schema

NameRequiredDescriptionDefault
nameNoFilter dashboards by name
tagsNoFilter dashboards by tags

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Filter dashboards by name", "type": "string" }, "tags": { "description": "Filter dashboards by tags", "items": { "type": "string" }, "type": "array" } }, "required": [], "type": "object" }