Skip to main content
Glama
TANTIOPE

Datadog MCP Server

logs_archives

List, get, create, update, delete, and reorder Datadog log archives for long-term retention to S3, GCS, or Azure Blob storage.

Instructions

Manage Datadog Logs archives (long-term log retention to S3 / GCS / Azure Blob). Actions: list, get, create, update, delete, reorder, get_order. Archives accept destinations of type 's3', 'gcs', or 'azure_storage'; per-provider credential and integration fields (S3 IAM role ARN, GCS service account, Azure tenant/secret) are forwarded unchanged. Mutations (create, update, delete, reorder) are blocked when the server is in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
idNoArchive ID (required for get/update/delete)
configNoArchive configuration (for create/update). Requires name, query, and destination with type ∈ { s3, gcs, azure_storage }. Provider credential / integration fields are forwarded unchanged.
archive_idsNoOrdered archive ID list (required for reorder)
verboseNoReturn full SDK payload alongside summary (default false)
Behavior3/5

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

With no annotations, the description carries the burden. It discloses that mutations are blocked in read-only mode and that credential fields are forwarded unchanged. However, it lacks details on destructive behavior, authorization needs, idempotency, or error handling for a tool with multiple mutating actions.

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: it opens with the overall purpose, enumerates actions and destination types, and ends with the read-only constraint. Every sentence provides necessary information without 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?

For a multi-action tool with no output schema, the description fails to explain return values for actions like list or create (e.g., what the response contains, pagination, error codes). The verbose parameter hint is insufficient. This leaves agents uncertain about expected output.

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%, so the baseline is 3. The description adds context about destination types and credential forwarding, but the schema already provides similar information. No additional meaning beyond the schema is introduced.

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 the tool manages Datadog logs archives for long-term retention to cloud storage (S3, GCS, Azure Blob). It lists all supported actions (list, get, create, update, delete, reorder, get_order) and destination types, distinguishing it from sibling tools like logs, logs_indexes, etc.

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?

The description implies usage for managing log archives by listing actions and configuration requirements, but it does not explicitly state when to use this tool versus alternatives (e.g., indexes or pipelines) or provide caveats like prerequisites or system constraints.

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

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