Skip to main content
Glama

Datadog MCP Server

by brukhabtu
  • Apple
  • Linux

ListTagConfigurations

Retrieve and filter metric tag configurations from Datadog's Metrics Summary page or Metrics without Limits™. Use query parameters to paginate results, filter by tags, metric type, or related assets, and manage custom metric configurations efficiently.

Instructions

Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified). Optionally, paginate by using the page[cursor] and/or page[size] query parameters. To fetch the first page, pass in a query parameter with either a valid page[size] or an empty cursor like page[cursor]=. To fetch the next page, pass in the next_cursor value from the response as the new page[cursor] value. Once the meta.pagination.next_cursor value is null, all pages have been retrieved.

Query Parameters:

  • filter[configured]: Filter custom metrics that have configured tags.
  • filter[tags_configured]: Filter tag configurations by configured tags.
  • filter[metric_type]: Filter metrics by metric type.
  • filter[include_percentiles]: Filter distributions with additional percentile aggregations enabled or disabled.
  • filter[queried]: (Preview) Filter custom metrics that have or have not been queried in the specified window[seconds]. If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
  • filter[tags]: Filter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions. Can only be combined with the filter[queried] filter.
  • filter[related_assets]: (Preview) Filter metrics that are used in dashboards, monitors, notebooks, SLOs.
  • window[seconds]: The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query. Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).
  • page[size]: Maximum number of results returned.
  • page[cursor]: String to query the next page of results. This key is provided with each valid response from the API in meta.pagination.next_cursor. Once the meta.pagination.next_cursor key is null, all pages have been retrieved.

Responses:

  • 200 (Success): Success
    • Content-Type: application/json
    • Response Properties:
      • data: Array of metrics and metric tag configurations.
    • Example:
{ "data": [ "unknown_type" ], "links": "unknown_type", "meta": "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" ] }
  • 429: Too Many Requests
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }

Input Schema

NameRequiredDescriptionDefault
filter[configured]NoFilter custom metrics that have configured tags.
filter[include_percentiles]NoFilter distributions with additional percentile aggregations enabled or disabled.
filter[metric_type]NoThe metric's type category.distribution
filter[queried]No(Preview) Filter custom metrics that have or have not been queried in the specified window[seconds]. If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
filter[related_assets]No(Preview) Filter metrics that are used in dashboards, monitors, notebooks, SLOs.
filter[tags]NoFilter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions. Can only be combined with the filter[queried] filter.
filter[tags_configured]NoTag keys to filter by.
page[cursor]NoString to query the next page of results. This key is provided with each valid response from the API in `meta.pagination.next_cursor`. Once the `meta.pagination.next_cursor` key is null, all pages have been retrieved.
page[size]NoMaximum number of results returned.
window[seconds]NoThe number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query. Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).

Input Schema (JSON Schema)

{ "properties": { "filter[configured]": { "description": "Filter custom metrics that have configured tags.", "type": "boolean" }, "filter[include_percentiles]": { "description": "Filter distributions with additional percentile\naggregations enabled or disabled.", "type": "boolean" }, "filter[metric_type]": { "default": "distribution", "description": "The metric's type category.", "enum": [ "non_distribution", "distribution" ], "example": "distribution", "type": "string", "x-enum-varnames": [ "NON_DISTRIBUTION", "DISTRIBUTION" ] }, "filter[queried]": { "description": "(Preview) Filter custom metrics that have or have not been queried in the specified window[seconds].\nIf no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.", "type": "boolean" }, "filter[related_assets]": { "description": "(Preview) Filter metrics that are used in dashboards, monitors, notebooks, SLOs.", "type": "boolean" }, "filter[tags]": { "description": "Filter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions.\nCan only be combined with the filter[queried] filter.", "type": "string" }, "filter[tags_configured]": { "description": "Tag keys to filter by.", "type": "string" }, "page[cursor]": { "description": "String to query the next page of results.\nThis key is provided with each valid response from the API in `meta.pagination.next_cursor`.\nOnce the `meta.pagination.next_cursor` key is null, all pages have been retrieved.", "type": "string" }, "page[size]": { "default": 10000, "description": "Maximum number of results returned.", "format": "int32", "maximum": 10000, "minimum": 1, "type": "integer" }, "window[seconds]": { "description": "The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query.\nDefault value is 3600 (1 hour), maximum value is 2,592,000 (30 days).", "format": "int64", "type": "integer" } }, "required": [], "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