Skip to main content
Glama
dreamiurg

Datadog MCP Server

by dreamiurg

get-monitors

List Datadog monitors filtered by group state, tags, or monitor tags. Retrieve monitors in alert, warn, no data, or ok states to monitor system health.

Instructions

List Datadog monitors with filtering. Use for questions like 'show alerting monitors', 'what monitors are in warning state', or 'monitors tagged with team:platform'. Filter by groupStates: 'alert', 'warn', 'no data', 'ok'. Use get-monitor for a single monitor's full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupStatesNo
tagsNo
monitorTagsNo
limitNo
Behavior3/5

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

No annotations are provided, so the description carries full burden. It mentions filtering but does not disclose behavioral traits such as authentication needs, rate limits, pagination behavior, or whether the operation is read-only. For a list operation, this is adequate but not comprehensive.

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 very concise with three sentences. It front-loads the main action, provides examples, and directs to the sibling tool. No extraneous information.

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

Completeness3/5

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

Given the lack of annotations and output schema, the description covers core purpose and usage but omits details on return format, pagination, and behavior of all parameters. It is functional but not fully complete for a listing tool with 4 parameters.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It adds meaning for groupStates by listing possible values, but tags, monitorTags, and limit are not described beyond the schema examples. The limit parameter's default is not mentioned. This is insufficient for a 4-parameter tool with no schema descriptions.

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 clearly states 'List Datadog monitors with filtering' and distinguishes from sibling 'get-monitor' by noting it is for a single monitor's full details. The verb 'list' and resource 'monitors' are specific, and the differentiation from the alternative tool is explicit.

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?

The description provides explicit usage examples like 'show alerting monitors' and 'monitors tagged with team:platform', and advises to use 'get-monitor' for single monitor details. This offers clear when-to-use and when-not-to-use guidance.

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

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