Skip to main content
Glama

mcp-server-datadog

list_dashboards

Retrieve a list of dashboards from Datadog using optional filters such as name or tags for precise results. Part of the MCP server interface for managing Datadog resources.

Instructions

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" }

You must be authenticated.

Other Tools from mcp-server-datadog

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

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