Skip to main content
Glama
brukhabtu

Datadog MCP Server

by brukhabtu

ListMetricAssets

Identify dashboards, monitors, notebooks, and SLOs associated with a specific metric in Datadog. Updated daily to ensure accurate insights into metric usage.

Instructions

Returns dashboards, monitors, notebooks, and SLOs that a metric is stored in, if any. Updated every 24 hours.

Path Parameters:

  • metric_name (Required): The name of the metric.

Responses:

  • 200 (Success): Success

    • Content-Type: application/json

    • Response Properties:

      • included: Array of objects related to the metric assets.

    • Example:

{
  "data": "unknown_type",
  "included": [
    "unknown_type"
  ]
}
  • 400: API error response.

    • Content-Type: application/json

    • Response Properties:

      • errors: A list of errors.

    • Example:

{
  "errors": [
    "Bad Request"
  ]
}
  • 403: API error response.

    • Content-Type: application/json

    • Response Properties:

      • errors: A list of errors.

    • Example:

{
  "errors": [
    "Bad Request"
  ]
}
  • 404: API error response.

    • Content-Type: application/json

    • Response Properties:

      • errors: A list of errors.

    • Example:

{
  "errors": [
    "Bad Request"
  ]
}
  • 429: Too Many Requests

    • Content-Type: application/json

    • Response Properties:

      • errors: A list of errors.

    • Example:

{
  "errors": [
    "Bad Request"
  ]
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metric_nameYesThe name of the metric.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
includedNoArray of objects related to the metric assets.

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Related Tools

Latest Blog Posts

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

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