ListTagConfigurationByName
Retrieve tag configurations for a specified metric name using the Datadog MCP Server, enabling efficient management and analysis of metric tagging structures.
Instructions
Returns the tag configuration for the given metric name.
Path Parameters:
metric_name (Required): The name of the metric.
Responses:
200 (Success): Success
Content-Type:
application/jsonResponse Properties:
Example:
{
"data": "unknown_type"
}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. |