Skip to main content
Glama

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose targeting specific Datadog resources: logs (aggregate-logs, search-logs), dashboards (get-dashboard, get-dashboards), events (get-events), incidents (get-incidents), metrics (get-metric-metadata, get-metrics), and monitors (get-monitor, get-monitors). There is no overlap in functionality, and the descriptions clearly differentiate between analytical queries, retrieval operations, and search capabilities.

    Naming Consistency5/5

    All tool names follow a consistent verb-noun pattern with hyphens, using 'get-' for retrieval operations (e.g., get-dashboard, get-metrics) and descriptive prefixes for other actions (e.g., aggregate-logs, search-logs). This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming conventions.

    Tool Count5/5

    With 10 tools, the server is well-scoped for a Datadog integration, covering key areas like logs, dashboards, events, incidents, metrics, and monitors. Each tool serves a distinct and necessary function, avoiding redundancy while providing comprehensive access to core Datadog features without being overwhelming.

    Completeness4/5

    The tool set offers strong read-only coverage for Datadog's core resources, including retrieval and search operations. However, it lacks write operations (e.g., create, update, delete) for dashboards, monitors, or incidents, which could limit agents in full lifecycle management. Minor gaps exist, but agents can still perform essential monitoring and analysis tasks effectively.

  • Average 3.2/5 across 10 of 10 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • 0 of 3 community issues answered or closed in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions retrieving a list and discovering IDs, but doesn't disclose critical traits like whether this is a read-only operation, potential rate limits, authentication requirements, pagination behavior (implied by 'limit' parameter but not explained), or what the return format looks like. For a tool with no annotation coverage, this leaves significant gaps in understanding its behavior.

    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 appropriately concise with two sentences that directly state the purpose and utility. It's front-loaded with the core action and avoids unnecessary details. However, it could be slightly more structured by explicitly addressing parameters or behavioral aspects, but it remains efficient without wasted words.

    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?

    Given the complexity (a retrieval tool with 2 parameters), no annotations, no output schema, and 0% schema description coverage, the description is incomplete. It covers the basic purpose but lacks details on parameters, return values, behavioral constraints, and differentiation from siblings. For a tool in this context, it should provide more comprehensive guidance to be fully useful.

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

    Parameters2/5

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

    The schema description coverage is 0%, meaning parameters 'filterConfigured' and 'limit' are undocumented in the schema. The description doesn't mention these parameters at all, failing to compensate for the lack of schema documentation. It doesn't explain what 'filterConfigured' does or how 'limit' affects the retrieval, leaving their semantics unclear. With two parameters and no coverage, the description adds no value beyond the schema.

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

    Purpose4/5

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

    The description clearly states the action ('Retrieve a list of all dashboards') and resource ('dashboards from Datadog'), making the purpose understandable. However, it doesn't explicitly differentiate from sibling tools like 'get-dashboard' (singular) or 'get-monitors', which might have overlapping functionality. The mention of discovering IDs for further exploration adds useful context but doesn't fully establish uniqueness.

    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 by stating it's 'useful for discovering available dashboards and their IDs for further exploration', which suggests when to use it (for initial discovery). However, it doesn't provide explicit guidance on when to use this tool versus alternatives like 'get-dashboard' (singular) or 'get-monitors', nor does it mention any exclusions or prerequisites. The guidance is present but incomplete.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool searches for events but doesn't describe key behaviors: whether it's read-only or mutative, what permissions are required, rate limits, pagination (though 'limit' parameter hints at it), or error handling. For a tool with 8 parameters and no annotation coverage, this is a significant gap in transparency.

    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 appropriately sized with two sentences: the first states the core purpose, and the second adds usage context. It's front-loaded with the main action. There's minimal waste, though the second sentence could be more specific. Overall, it's efficient and well-structured.

    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?

    Given the complexity (8 parameters, no output schema, no annotations), the description is incomplete. It covers the basic purpose but lacks details on parameter meanings, behavioral traits (e.g., read-only status, error handling), and output format. For a search tool with many filtering options and no structured output documentation, this leaves the agent with significant gaps in understanding how to use it effectively.

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

    Parameters2/5

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

    Schema description coverage is 0%, so the description must compensate for undocumented parameters. It only mentions 'specified time range' (mapping to 'start' and 'end' parameters) and 'events include deployments, alerts, comments, and other activities' (hinting at event types but not directly mapping to parameters like 'sources' or 'tags'). Most parameters (priority, sources, tags, unaggregated, excludeAggregation, limit) remain unexplained, failing to add sufficient meaning beyond the bare schema.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Search for events in Datadog within a specified time range' with specific examples of event types (deployments, alerts, comments). It distinguishes from sibling tools like 'get-incidents' or 'search-logs' by focusing on events rather than logs, incidents, or metrics. However, it doesn't explicitly contrast with all siblings, keeping it at 4 rather than 5.

    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 provides implied usage context: 'Useful for correlating system behaviors with specific events,' suggesting when this tool might be appropriate. However, it lacks explicit guidance on when to use this tool versus alternatives like 'get-incidents' or 'search-logs,' and doesn't mention prerequisites or exclusions. This leaves some ambiguity for the agent.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions filtering and querying capabilities, but fails to describe critical behaviors such as pagination handling (implied by pageSize/pageOffset parameters), rate limits, authentication requirements, error conditions, or the format of returned data. For a list operation with 5 parameters, this leaves significant gaps in understanding how the tool behaves in practice.

    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 appropriately concise with three sentences that efficiently convey the core functionality, filtering options, and a use case. It's front-loaded with the main purpose and avoids unnecessary details. However, the third sentence ('Helpful for reviewing current or past incidents') is somewhat redundant with the filtering mention, slightly reducing efficiency.

    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?

    Given the complexity of a list operation with 5 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain the return format, pagination behavior, error handling, or the semantics of undocumented parameters like limit and pageOffset. For a tool in this context, more comprehensive guidance is needed to ensure the agent can use it effectively.

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

    Parameters2/5

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

    The schema description coverage is 0%, meaning none of the 5 parameters are documented in the schema. The description only vaguely references 'filter by active/archived status' (likely related to includeArchived) and 'query strings' (likely related to query), but doesn't explain the purpose or usage of pageSize, pageOffset, or limit parameters. This insufficiently compensates for the lack of schema documentation, leaving most parameters semantically unclear.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'List incidents from Datadog's incident management system.' It specifies the resource (incidents) and source (Datadog's incident management system), making it easy to understand what the tool does. However, it doesn't explicitly distinguish this tool from its siblings (e.g., get-events, get-monitors), which prevents a perfect score.

    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 provides some implied usage guidance by mentioning filtering capabilities ('Can filter by active/archived status and use query strings to find specific incidents') and a use case ('Helpful for reviewing current or past incidents'). However, it lacks explicit instructions on when to use this tool versus alternatives (e.g., get-events for events, get-monitors for monitors), and doesn't specify prerequisites or exclusions, leaving room for ambiguity.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'advanced filtering options' and 'essential for investigating application issues,' but fails to describe critical behaviors like pagination handling (implied by 'page' parameter), rate limits, authentication requirements, or what the output looks like. For a search tool with complex parameters, this is a significant gap.

    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 appropriately sized with two sentences: the first front-loads purpose and parameter guidance, the second provides usage context. Every sentence adds value, though the second could be more specific. No wasted words, but could be slightly more structured.

    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?

    Given the tool's complexity (4 parameters with nested objects, no annotations, no output schema), the description is incomplete. It covers basic parameter usage but misses behavioral aspects like pagination, output format, error handling, and doesn't fully address all parameters. For a search tool with filtering and pagination, this leaves significant 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 description coverage is 0%, so the description must compensate. It adds value by explaining 'filter.query for search terms (e.g., 'service:web-app status:error'), from/to for time ranges (e.g., 'now-15m', 'now'), and sort to order results,' covering 3 of 4 parameters. However, it doesn't explain 'indexes' or 'page' parameters, leaving some semantics undocumented.

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

    Purpose4/5

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

    The description clearly states the tool's purpose as 'Search logs in Datadog with advanced filtering options' which specifies the verb ('Search'), resource ('logs in Datadog'), and scope ('advanced filtering options'). It distinguishes from siblings like 'aggregate-logs' by focusing on search rather than aggregation, though it doesn't explicitly contrast with all siblings.

    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 provides implied usage guidance with 'Essential for investigating application issues,' suggesting when this tool is appropriate. However, it lacks explicit guidance on when to use this versus alternatives like 'get-events' or 'aggregate-logs,' and doesn't mention prerequisites or exclusions.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden. It describes a read-only operation ('Retrieve') and the type of data returned, but lacks behavioral details such as error handling (e.g., if metricName is invalid), authentication needs, rate limits, or response format. For a tool with zero annotation coverage, this is a significant gap in transparency.

    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 two sentences, front-loaded with the core action and purpose, and every sentence adds value (first defines the tool, second explains usage). It's efficient with zero waste, appropriately sized for a simple tool.

    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?

    Given the tool's low complexity (1 parameter, no output schema, no annotations), the description is minimally complete. It covers the basic purpose and usage but lacks details on parameters, behavioral traits, and output. Without annotations or output schema, more context on return values or errors would improve completeness, but it's adequate for a simple read operation.

    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?

    The input schema has 1 parameter (metricName) with 0% description coverage, so the schema provides no semantic information. The description adds no details about the parameter (e.g., format, examples, constraints). Since schema coverage is low (<50%), the description fails to compensate, resulting in minimal value beyond the schema. Baseline is 3 due to adequate but incomplete coverage.

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

    Purpose4/5

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

    The description clearly states the action ('Retrieve detailed metadata') and resource ('about a specific metric'), specifying what information is returned (type, description, unit, other attributes) and the purpose ('to understand a metric's meaning and proper usage'). It distinguishes from siblings like 'get-metrics' (likely listing metrics) by focusing on metadata for a single metric, though not explicitly named. This is specific but lacks explicit sibling differentiation.

    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 ('Use this to understand a metric's meaning and proper usage'), suggesting it's for learning about metrics rather than operational tasks. However, it doesn't explicitly state when to use this vs. alternatives like 'get-metrics' (which might list metrics without details) or other tools, and provides no exclusions or prerequisites. The guidance is implied but not detailed.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes the tool as a listing/search operation, which implies it's likely read-only and non-destructive, but doesn't explicitly state this. It mentions the 'q parameter' for searching but doesn't detail behavioral aspects like rate limits, authentication needs, pagination, or what the output looks like. For a tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

    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 appropriately sized and front-loaded, with the first sentence stating the core purpose and the second adding optional functionality and usage context. Every sentence earns its place by providing essential information without redundancy or fluff, making it efficient and easy to parse.

    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?

    Given the tool's low complexity (1 optional parameter, no nested objects) but lack of annotations and output schema, the description is moderately complete. It covers the purpose and basic parameter use, but misses details on behavioral traits (e.g., safety, output format) that would be crucial for an agent to invoke it correctly. It's adequate for a simple tool but has clear gaps in context.

    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?

    The input schema has 1 parameter with 0% description coverage, so the schema provides no semantic information. The description adds value by explaining that 'q' is used 'to search for specific metrics matching a pattern,' which clarifies its purpose beyond the schema. However, it doesn't specify the pattern format (e.g., wildcards, regex) or provide examples, leaving some ambiguity. With low schema coverage, the description compensates partially but not fully.

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

    Purpose4/5

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

    The description clearly states the tool's purpose with specific verbs ('List available metrics', 'search for specific metrics') and identifies the resource ('from Datadog'). It distinguishes from siblings like 'get-metric-metadata' by focusing on listing/discovering metrics rather than retrieving metadata about a specific metric. However, it doesn't explicitly contrast with all siblings (e.g., 'get-dashboards' or 'get-monitors'), keeping it from a perfect score.

    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 provides implied usage context by stating the tool is 'Helpful for discovering metrics to use in monitors or dashboards,' which suggests when to use it (for metric discovery). However, it lacks explicit guidance on when to choose this tool over alternatives like 'get-metric-metadata' or 'search-logs,' and doesn't mention any prerequisites or exclusions. The guidance is present but not comprehensive.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions retrieving 'complete configuration, status, and other details,' which gives some context on what information is returned. However, it lacks details on permissions, rate limits, error handling, or response format, which are important for a read operation with no output schema.

    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 appropriately sized and front-loaded: the first sentence states the core purpose, and the second adds usage context. Both sentences earn their place by providing essential information without redundancy or fluff, making it efficient and easy to parse.

    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?

    Given the tool's complexity (simple read operation), no annotations, no output schema, and low schema coverage, the description is minimally adequate. It covers the basic purpose and usage but lacks details on behavioral aspects like permissions or response structure, which would enhance completeness for an agent.

    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?

    The input schema has 1 parameter with 0% description coverage, so the description must compensate. It adds meaning by specifying that 'monitorId' is used to identify 'a specific Datadog monitor,' clarifying its purpose. However, it doesn't provide details on ID format, constraints, or examples, leaving gaps in parameter understanding.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Get detailed information about a specific Datadog monitor by its ID.' It specifies the verb ('Get'), resource ('Datadog monitor'), and scope ('by its ID'). However, it doesn't explicitly differentiate from sibling tools like 'get-monitors' (plural), which might retrieve multiple monitors, leaving some ambiguity.

    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 by stating 'Use this to retrieve... a single monitor,' suggesting it's for individual monitor details. However, it doesn't provide explicit guidance on when to use this versus alternatives like 'get-monitors' or other sibling tools, nor does it mention prerequisites or exclusions, leaving the context somewhat implied.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions filtering and result size control, but fails to describe critical behaviors such as pagination, rate limits, authentication requirements, error handling, or the format of returned data. For a read operation with no annotation coverage, this leaves significant gaps in understanding how the tool behaves.

    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 front-loaded with the core purpose and efficiently uses two sentences to cover key parameters without redundancy. Every sentence adds value, but it could be slightly more structured by separating purpose from parameter details for better readability.

    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?

    Given no annotations and no output schema, the description is incomplete for a tool with 4 parameters and complex filtering options. It covers parameter semantics adequately but lacks details on behavioral aspects like response format, error cases, or system constraints. For a read operation in a context with sibling tools, more guidance on usage and output expectations would improve completeness.

    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?

    With 0% schema description coverage, the description compensates well by explaining the semantics of all four parameters: 'groupStates' filters by status, 'tags' or 'monitorTags' filter by tag criteria, and 'limit' controls result size. It adds meaningful context beyond the bare schema, though it could clarify differences between 'tags' and 'monitorTags' or provide examples for tag formats.

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

    Purpose4/5

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

    The description clearly states the action ('fetch monitors') and resource ('from Datadog'), making the purpose evident. However, it doesn't explicitly differentiate this tool from its sibling 'get-monitor' (singular), which might retrieve a specific monitor rather than a filtered list, leaving some ambiguity in sibling distinction.

    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 through examples of filtering parameters (e.g., 'groupStates to filter by monitor status'), suggesting when to use these options, but it doesn't provide explicit guidance on when to choose this tool over alternatives like 'get-monitor' or other sibling tools, nor does it mention any prerequisites or exclusions.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    With no annotations provided, the description carries full burden but only mentions what the tool does, not how it behaves. It doesn't disclose performance characteristics, rate limits, authentication requirements, error conditions, or what happens with large datasets. For a complex aggregation tool with 4 parameters, this is a significant gap.

    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 appropriately sized with two sentences that each add value. It's front-loaded with the core purpose and follows with usage guidance. No wasted words, though it could be slightly more structured for a complex tool.

    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 complex aggregation tool with 4 parameters (including nested objects), 0% schema description coverage, no output schema, and no annotations, the description is inadequate. It explains the 'what' but not the 'how' - missing crucial details about parameter usage, return format, error handling, and behavioral constraints.

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

    Parameters2/5

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

    With 0% schema description coverage and 4 complex parameters (including nested objects), the description provides no parameter-specific information. It mentions general concepts like 'calculating metrics' and 'grouping data by fields' but doesn't explain what 'filter', 'compute', 'groupBy', or 'options' parameters actually do or how to structure them.

    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's purpose with specific verbs ('perform analytical queries and aggregations') and resources ('on log data'). It distinguishes from siblings like 'search-logs' by focusing on aggregation and metrics rather than basic search operations.

    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 provides clear context for when to use this tool ('when you need to analyze patterns or extract metrics from log data'), but doesn't explicitly state when NOT to use it or mention specific alternatives like 'search-logs' for non-aggregation queries.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior3/5

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

    With no annotations provided, the description carries full burden. It discloses that the tool returns 'all widgets, layout, and configuration details,' which adds useful context about output scope. However, it lacks details on error handling, authentication needs, rate limits, or whether it's a read-only operation (though implied by 'Get').

    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 two concise sentences that are front-loaded with the core purpose and efficiently detail the return value. Every word earns its place with no redundancy or fluff.

    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 1 parameter, no annotations, and no output schema, the description adequately covers the tool's purpose and output scope. It could improve by addressing error cases or authentication, but for a simple retrieval tool, it provides sufficient context for basic use.

    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 1 parameter with 0% description coverage, so the description must compensate. It explains that 'dashboardId' identifies 'a specific Datadog dashboard,' adding meaningful context beyond the schema's type definition. However, it doesn't specify format or sourcing details for the ID.

    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 specific action ('Get the complete definition'), resource ('a specific Datadog dashboard'), and key identifier ('by its ID'). It distinguishes from sibling tools like 'get-dashboards' (plural) by specifying retrieval of a single dashboard's full details.

    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 when needing a dashboard's full definition by ID, but provides no explicit guidance on when to use this versus alternatives like 'get-dashboards' (which likely lists dashboards) or other sibling tools. No exclusions or prerequisites are mentioned.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

datadog-mcp-server MCP server

Copy to your README.md:

Score Badge

datadog-mcp-server MCP server

Copy to your README.md:

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

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