Skip to main content
Glama

kaiten_create_sprint

Creates a new sprint on a Kaiten board by specifying title, board ID, dates, and goal for structured project planning.

Instructions

Create a new Kaiten sprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNoSprint goal
titleYesSprint title
board_idYesBoard ID for the sprint
start_dateNoStart date (ISO 8601)
finish_dateNoFinish date (ISO 8601)
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description carries the full behavioral disclosure burden. It only restates that a sprint is created and does not mention permissions, side effects, conflict behavior, or what the tool returns. It does not contradict any annotations, but it adds little transparency beyond the tool name.

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 a single, front-loaded sentence with no filler or repetition. It is concise and scannable, though it achieves this by being very minimal rather than by adding helpful context.

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?

The tool has no annotations, no output schema, and a description that only states the core operation. While the schema fully documents parameters, the description lacks return-value context, board prerequisite context, and any operational guidance, making it incomplete for an agent facing this large sibling toolset.

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%, so all five parameters already have semantic descriptions in the input schema. The tool description adds no parameter-level meaning beyond what the schema provides, warranting the baseline score of 3.

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 a specific action and resource: 'Create a new Kaiten sprint.' It is not vague and is easily distinguished from update/delete sprint tools by the verb 'Create,' though it does not explicitly call out sibling alternatives.

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?

The description gives no guidance on when to use this tool versus alternatives, no prerequisites (such as an existing board), and no context about required vs optional fields. An agent must rely entirely on the schema to infer invocation context.

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

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/ViktorOgnev/kaiten-mcp'

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