Skip to main content
Glama
cnavta

Sprint MCP Server

by cnavta

start-sprint

Initialize a new sprint by creating a manifest and directory structure. Verifies no active sprint exists first.

Instructions

Initialize a new sprint with manifest and directory structure. Checks for active sprints first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYesClear sprint objective
ownerYesGitHub handle or name of sprint owner
titleYesConcise sprint title
Behavior3/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 does add value by revealing the pre-check for active sprints, but it lacks details on potential failure modes, side effects beyond manifest/directory creation, or whether it is idempotent. The description is informative but not comprehensive.

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 and highly efficient. It front-loads the primary action and adds a single essential behavioral note, with zero wasted words.

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?

For a simple creation tool with three fully described parameters and no annotations, the description covers the core functionality and a key guardrail. However, it lacks explicit usage guidance (when to choose this tool over check-sprint-status) and does not mention expected outcomes or error cases, leaving some gaps for a complete understanding.

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 provides full descriptions for all three parameters (title, goal, owner), so the description need not add further detail. The description does not go beyond the schema in explaining parameter meaning or relationships.

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 function with a specific verb and resource: 'Initialize a new sprint with manifest and directory structure.' This distinctly separates it from the sibling tool 'check-sprint-status,' which is about checking rather than creating.

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 mentions a precondition ('Checks for active sprints first') implying it should be used when no active sprint exists, but it does not explicitly contrast with the sibling tool or state when to use one over the other. This is a clear but unspoken usage context.

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/cnavta/sprint-mcp'

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