Skip to main content
Glama
ClaudioLazaro

MCP Datadog Server

submit_series

Submit time-series data to Datadog for dashboard graphing and monitoring, supporting compressed payloads up to 500KB with precise timestamp and value specifications.

Instructions

The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards. The maximum payload size is 500 kilobytes (512000 bytes). Compressed payloads must have a decompressed size of less than 5 megabytes (5242880 bytes).

If you’re submitting metrics directly to the Datadog API without using DogStatsD, expect:

  • 64 bits for the timestamp

  • 64 bits for the value

  • 20 bytes for the metric names

  • 50 bytes for the timeseries

  • The full payload is approximately 100 bytes.

Host name is one of the resources in the Resources field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden and adds valuable behavioral context: it specifies maximum payload size (500KB), compressed payload limits (decompressed <5MB), and detailed byte expectations for timestamp, value, metric names, and timeseries. It also mentions host name as a resource field. This goes beyond basic functionality to include important constraints and implementation details.

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

Conciseness3/5

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

The description is moderately concise but could be better structured. The first sentence clearly states the purpose, but subsequent technical details about payload sizes and byte expectations are presented as separate facts without clear organization. Some information (like the 100-byte approximation) feels extraneous rather than essential for tool selection.

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 tool's complexity (data submission with specific constraints), no annotations, and no output schema, the description provides substantial context about behavioral constraints and technical requirements. It covers payload limits, data format expectations, and resource considerations. While it doesn't explain return values (no output schema exists), it gives enough information for an agent to understand the tool's operation and limitations.

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

Parameters4/5

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

The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately doesn't discuss parameters, instead focusing on payload characteristics and constraints. This meets the baseline expectation for a tool with no parameters.

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

Purpose3/5

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

The description states the tool posts time-series data to Datadog's metrics endpoint for graphing on dashboards, which clarifies the verb ('post') and resource ('time-series data'). However, it doesn't distinguish this from sibling tools like 'submit_distribution_points' or 'metrics_submit_series' that appear to have similar functions, leaving the purpose somewhat vague regarding differentiation.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It mentions submitting metrics directly to the API without DogStatsD, but doesn't specify when this approach is preferred or what alternatives exist among the many sibling tools. There's no 'when-not' or clear contextual usage advice.

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

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