Skip to main content
Glama
reenrik

zube-mcp

by reenrik

create_sprint

Create a sprint in Zube.io by providing a workspace, title, and ISO start/end dates to organize and schedule project work.

Instructions

Create a sprint. Dates are ISO timestamps (e.g. '2026-03-01T00:00:00Z').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
end_dateYes
start_dateYes
descriptionNo
workspace_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

With no annotations, the description carries full responsibility for disclosing behavior, but it only states 'Create a sprint' and date format. It does not mention side effects, required permissions, whether a workspace must exist, validation logic, or what happens on failure. The description adds no behavioral transparency beyond the literal action.

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 followed by a concise example. It is front-loaded with the core purpose ('Create a sprint') and contains no filler. Every word earns its place, making it highly efficient.

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 5 parameters, no annotations, and the description is very sparse. Even though an output schema exists, the description does not provide essential context such as the relationship between workspace_id and the sprint, required access levels, or how the start/end dates are validated. It is inadequate for a create operation with this complexity.

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 description adds value by specifying that dates are ISO timestamps with an example, which goes beyond the schema's plain string type. However, schema description coverage is 0%, and the description does not explain workspace_id, title, or description meaningfully. The date format hint is useful but partial compensation for the lack of schema descriptions.

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 'Create a sprint' uses a specific verb and resource, clearly distinguishing it from sibling tools like 'update_sprint', 'get_sprint', and 'list_sprints'. The purpose is unambiguous, even though no additional context is provided.

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. It does not mention that 'create' is for new sprints while 'update_sprint' is for modifications, nor does it specify any prerequisites or exclusions. The only extra information is about date formatting, which is not usage-related.

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/reenrik/zube-mcp'

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