Skip to main content
Glama
prodbeam

Prodbeam MCP Server

by prodbeam

sprint_review

Review current sprint progress including deliverables, risks, and developer status. Use for mid-sprint health checks on active sprints.

Instructions

Review current sprint progress with deliverables, risks, and developer status. Mid-sprint health check. Use when the user asks: "sprint review", "sprint status", "sprint health", "how is the sprint going", "sprint progress".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sprintNameNoSprint name (optional — auto-detects active sprint if not provided)
Behavior2/5

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

No annotations are provided, so the description must cover behavioral traits. While the action is clearly read-only (review, no modification), the description does not explicitly state that it is non-destructive, lacks rate limit or permission info, and does not describe any side effects.

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 extremely concise: two sentences plus a usage note. Every piece of information is relevant and efficiently communicated, with no wasted words.

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 the tool's simplicity (one optional parameter, no output schema), the description is complete enough. It covers the purpose, usage hints, and parameter behavior. However, it does not describe the return format or any error conditions, which might be helpful for an agent.

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 schema has 100% coverage for the single parameter (sprintName). The description adds extra context beyond the schema by noting it is optional and that the tool auto-detects the active sprint if not provided, which adds semantic value.

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: 'Review current sprint progress with deliverables, risks, and developer status.' It also explicitly differentiates from siblings by noting it's a 'mid-sprint health check,' distinguishing it from sprint_retro (likely end-of-sprint).

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 explicitly lists common user queries that trigger this tool, such as 'sprint review' and 'sprint status.' However, it does not provide guidance on when not to use it or mention alternative tools for different contexts.

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/prodbeam/prodbeam-mcp'

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