Skip to main content
Glama
techskies11

datadog-mcp

by techskies11

list_available_metrics

Read-onlyIdempotent

Unsure which Datadog metric to use? List all available metrics and filter by keyword to find the correct name.

Instructions

List all metrics available in Datadog.

Use this when: don't know the exact metric name, or want to discover what's available. For metric metadata (description, unit, type) and tags on a specific metric, use describe_metric instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax metrics to return (default: 100)
filterNoSearch term (e.g. "cpu", "memory", "docker")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds the scope 'all metrics available in Datadog' but does not disclose behaviors like pagination limits or the distinction between 'available' and 'active' metrics, which would be useful context.

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 compact and front-loaded with the tool's purpose, followed by usage context and an alternative. Every sentence adds value and there is no redundancy.

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

Completeness4/5

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

Given the simple tool, rich annotations, and presence of an output schema, the description is nearly complete. The only gap is not addressing the sibling list_active_metrics to clarify the difference between 'available' and 'active' metrics.

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?

The input schema already documents both parameters (limit and filter) with clear descriptions at 100% coverage. The description adds no additional parameter-level meaning, so it meets the baseline but does not exceed it.

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

Purpose4/5

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

The description clearly states the tool lists all metrics available in Datadog and frames it for discovery use cases. It explicitly distinguishes from describe_metric, but does not differentiate from the closely named sibling list_active_metrics, leaving some ambiguity.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance ('don't know the exact metric name, or want to discover what's available') and names an alternative tool (describe_metric) for metadata/tag lookups. This gives clear direction for tool selection.

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