Skip to main content
Glama

Get Project Metrics

kanban_get_metrics

Measure project progress and team velocity by fetching burn-up, burndown, and velocity metrics.

Instructions

Fetch burn-up, burndown, and velocity metrics for a project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectKeyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metricsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. The verb 'Fetch' indicates a non-mutating read operation, and the presence of an output schema covers return shape. However, the description does not disclose whether metrics are precomputed, how missing data is handled, or any project-scope caveats.

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 a single sentence with no filler, front-loading the action and the metric types. It earns its place and remains highly scannable.

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?

The tool is simple with one required parameter and an output schema, so the description is minimally viable for invocation. But it omits usage guidance and any parameter detail, leaving gaps for an agent that must decide between this and sibling tools.

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%, and the description only says metrics are 'for a project,' adding no format, example, or allowed values for projectKey. The agent must infer semantics from the parameter name alone.

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 names a specific verb ('Fetch'), a clear resource (metrics for a project), and enumerates the metric types (burn-up, burndown, and velocity). No sibling tool covers metrics, so it is easy to distinguish from the other kanban tools.

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?

No guidance is given about when to use this tool versus alternatives; no sibling tool is mentioned and no conditions or exclusions are stated. The only context is the implied need for project metrics.

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