Skip to main content
Glama
dreamiurg

Datadog MCP Server

by dreamiurg

search-spans

Search APM spans and traces to find slow requests or errors. Use queries like 'service:web status:error @duration:>1s' to identify issues.

Instructions

Search APM spans/traces. Use for 'find slow requests', 'show errors in payment service', or investigating latency. Query syntax: 'service:web status:error @duration:>1s'. Returns individual spans with trace IDs. Use get-trace for full trace context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo
sortNoSort order ('timestamp' or '-timestamp')
pageNo
limitNoMaximum spans to return
Behavior3/5

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

No annotations provided, so description carries full burden. It describes behavior as searching spans/traces, covering query syntax and return of individual spans with trace IDs. It lacks details on authentication, error handling, or rate limits, but for a search tool the description is adequate.

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 concise and well-structured, with front-loaded purpose and no redundant information.

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 no output schema, description covers return format (spans with trace IDs) and query syntax. Lacks explanation of pagination behavior despite page parameter existing. Overall sufficient for a search tool.

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 coverage is 50% (actually high with many descriptions). The description adds value with a query syntax example and usage context. However, it does not explain all parameters beyond what the schema already provides; baseline is 3 due to high schema coverage.

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 'Search APM spans/traces' and provides concrete examples like 'find slow requests', 'show errors in payment service', or investigating latency. It also distinguishes from sibling tool get-trace by directing users to get-trace for full trace context.

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?

Explicitly states use cases for the tool and mentions get-trace as alternative for full trace context. However, it does not exhaustively cover when not to use this tool or list all alternatives among many sibling search tools.

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