Skip to main content
Glama
dreamiurg

Datadog MCP Server

by dreamiurg

get-dbm-samples

Retrieve database query samples to diagnose slow queries and performance issues. Returns execution time, affected rows, and database context.

Instructions

Get Database Monitoring query samples. Use for 'slow database queries', 'what queries are running on postgres', 'DB performance issues'. Returns query samples with execution time, affected rows, and database context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startNoStart timestamp (Unix seconds)
endNoEnd timestamp (Unix seconds)
sourceNoDatabase type (e.g., 'postgresql', 'mysql')
dbHostNoDatabase hostname filter
dbNameNoDatabase name filter
limitNoMax results to return
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It does not mention that the operation is read-only, any rate limits, authentication requirements, or pagination behavior. Only return fields are listed without structure.

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?

Two concise sentences front-load the purpose and usage. Every word adds value; no redundancy.

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

Completeness2/5

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

No output schema provided; description only vaguely mentions return fields. Given 6 parameters and no annotations, the description should cover return format, default sorting, and result limits but does not.

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 100% with descriptions for all 6 parameters (start, end, source, dbHost, dbName, limit). The description adds no additional semantics beyond what the schema provides, so baseline score 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 clearly states 'Get Database Monitoring query samples' and provides concrete use cases like 'slow database queries' and 'DB performance issues'. The name is self-explanatory and distinguishes from sibling tool get_dbm_query_metrics which deals with 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?

The description explicitly suggests when to use the tool (e.g., 'slow database queries', 'what queries are running on postgres'). It does not mention exclusions or alternatives, but the context is clear enough for an AI agent.

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