Skip to main content
Glama
dreamiurg

Datadog MCP Server

by dreamiurg

list-ci-pipelines

List CI pipeline events to monitor build status, failed pipelines, and deployment history with filtering by time and query.

Instructions

List CI pipeline events (pipeline runs/executions). Use for 'recent CI builds', 'failed pipelines', 'CI pipeline status', 'deployment history'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterQueryNoQuery to filter pipeline events
filterFromNoStart time (ISO 8601)
filterToNoEnd time (ISO 8601)
pageLimitNoMax results per page
pageCursorNoPagination cursor
sortNoSort field
Behavior2/5

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

No annotations are provided. The description does not disclose behavioral traits such as whether the operation is read-only, pagination behavior, rate limits, or side effects. Only a list of example queries is given.

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

Conciseness4/5

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

The description is concise: one sentence defining the tool plus a list of example use cases. No redundant information, though the use cases could be integrated into a single sentence for tighter structure.

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?

Covers the core purpose and example queries but lacks details on behavior such as pagination (despite pageLimit and pageCursor), sorting, or the difference from similar tools. Missing output schema and annotations leave gaps.

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 all six parameters described in the input schema. The description does not add any extra meaning or context beyond what the schema already provides (e.g., filterQuery, filterFrom, filterTo, pageLimit, pageCursor, sort).

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?

Clearly states the verb 'List' and resource 'CI pipeline events' (pipeline runs/executions). Provides specific use cases like 'recent CI builds' and 'failed pipelines', distinguishing it from sibling tools such as 'get-ci-pipeline-events' (likely single event) and 'list_ci_tests'.

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

Usage Guidelines3/5

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

Lists example use cases (e.g., 'recent CI builds', 'failed pipelines') indicating when to use. However, it does not provide when-not-to-use guidance or mention alternative tools like 'get-ci-pipeline-events' for single-pipeline queries or 'search_ci_test_events' for test-specific filtering.

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