Skip to main content
Glama

Datadog MCP Server

by brukhabtu
  • Apple
  • Linux

ListVolumesByMetricName

Retrieve distinct metric volumes for a specified metric name on the Datadog MCP Server. View ingested and custom metric data, with null values indicating non-ingested custom metrics.

Instructions

View distinct metrics volumes for the given metric name.

Custom metrics generated in-app from other products will return null for ingested volumes.

Path Parameters:

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

Responses:

  • 200 (Success): Success
    • Content-Type: application/json
    • Response Properties:
    • Example:
{ "data": "unknown_type" }
  • 400: Bad Request
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 403: Forbidden
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 404: Not Found
    • 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

NameRequiredDescriptionDefault
metric_nameYesThe name of the metric.

Input Schema (JSON Schema)

{ "properties": { "metric_name": { "description": "The name of the metric.", "type": "string" } }, "required": [ "metric_name" ], "type": "object" }

You must be authenticated.

Other Tools from Datadog MCP Server

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

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