Skip to main content
Glama
techskies11

datadog-mcp

by techskies11

describe_metric

Read-onlyIdempotent

Understand a metric's meaning, units, type, and available tags before building queries or monitors. Get metric metadata and tag discovery in one call.

Instructions

Get metadata (description, unit, type) and known tags for a metric.

Use this when: you need to understand what a metric means or what tags you can group/filter by before writing a query_metrics or monitor query. Consolidates metric metadata and tag discovery into a single call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metric_nameYesExact metric name (e.g. "system.cpu.user"), as returned by list_available_metrics or list_active_metrics

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds useful context by noting it 'Consolidates metric metadata and tag discovery into a single call,' which explains the tool's scoped behavior. No contradictions found.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, front-loaded with the primary purpose, and every sentence earns its place. No filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a single simple parameter, comprehensive annotations, and an output schema present, the description provides sufficient context. It explains the returned content (metadata and known tags) and the intended usage scenario without needing to describe return formatting.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the parameter description for metric_name gives concrete examples and source tools (list_available_metrics or list_active_metrics). The tool description itself adds no extra parameter semantics, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'Get metadata (description, unit, type) and known tags for a metric.' It clearly distinguishes from siblings by framing the tool as a consolidation of metadata and tag discovery, which is different from list_available_metrics or query_metrics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use guidance: 'Use this when: you need to understand what a metric means or what tags you can group/filter by before writing a query_metrics or monitor query.' It does not explicitly say when not to use or name alternatives, but the intended context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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

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