Skip to main content
Glama

Get Dora Metrics Tool

get-dora-metrics-tool
Read-onlyIdempotent

Get DORA (DevOps Research and Assessment) metrics for the authenticated user's team. Returns deployment frequency, lead time for changes, change failure rate, and mean time to recovery with period-over-period comparison and performance categories (Elite/High/Medium/Low).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoReporting period. Defaults to rolling_30d.rolling_30d

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamYesTeam name.
periodYesHuman-readable period label.
metricsYesDORA metrics keyed by metric name.
overall_performanceYesOverall DORA performance rating (Elite/High/Medium/Low).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds that results include period-over-period comparison and Elite/High/Medium/Low categorizations, which is useful context, but it discloses nothing about auth requirements, rate limits, or data freshness beyond the output content.

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?

Two tight sentences that front-load the purpose and then enumerate the returned metrics; nothing is padded. Slightly dense in the second sentence but well organized.

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?

With an output schema present, the description needn't explain return values, and annotations cover read-only/idempotent behavior. Scope and metric coverage are stated; only cross-tool routing guidance is absent.

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 100% and the single 'period' parameter already documents its enum and default. The description contributes no additional meaning about period selection or how it affects the comparison windows, so the baseline 3 applies.

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?

States a specific verb (Get) and a well-defined resource (DORA metrics) scoped to the authenticated user's team, and enumerates the four metrics returned. The purpose is unmistakable, but the description makes no explicit contrast against siblings like get-pull-request-metrics-tool or get-team-overview-tool, so an agent gets no routing signal beyond the name.

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?

There is no when-to-use guidance and no mention of alternatives; the only scope hint is 'authenticated user's team'. Given several sibling metrics tools, the description leaves all selection reasoning to the agent.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources