ListTagsByMetricName
Retrieve indexed tag key-value pairs for a specific metric name within the last hour using the Datadog MCP Server. Simplify metric analysis and monitoring by accessing structured tag data.
Instructions
View indexed tag key-value pairs for a given metric name over the previous hour.
Path Parameters:
metric_name (Required): The name of the metric.
Responses:
200 (Success): Success
Content-Type:
application/jsonResponse Properties:
Example:
{
"data": "unknown_type"
}400: Bad Request
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}403: Forbidden
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}404: Not Found
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}429: Too Many Requests
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric_name | Yes | The name of the metric. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |