Skip to main content
Glama
aliyun

AlibabaCloud DevOps MCP Server

Official
by aliyun

create_sprint

Create a sprint in Alibaba Cloud DevOps by specifying organization, project, name, and owner; set optional dates, description, or capacity to plan and track work iterations.

Instructions

[Project Management] Create a new sprint

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSprint name
ownersYesSprint owner user IDs
endDateNoDate string in YYYY-MM-DD format
projectIdYesProject unique identifier
startDateNoDate string in YYYY-MM-DD format
descriptionNoSprint description
capacityHoursNoSprint capacity hours
organizationIdYesOrganization ID
Install Server

TDQS

C2.6/5.0
Behavior1/5

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

There are no annotations, so the description carries the full burden of behavioral transparency, but it only restates the tool name. It does not disclose what a sprint creation entails, such as whether existing sprints are affected, required permissions, or what happens on success. It adds no behavioral detail beyond a tautology.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded, with no unnecessary filler, so it is concise. However, the single sentence merely restates the tool name and does not earn its place by adding value. It is not a well-crafted standalone summary.

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?

For a creation tool with eight parameters and no output schema or annotations, the description is too thin. It fails to describe expected behavior, creation outcome, effect on sprint timelines, or any constraints that are not obvious from the schema. Given the sibling tools include list_sprints and update_sprint, the description should have provided more operational context.

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 parameter meanings are already fully documented in the input schema. The description itself does not add any additional detail about owners, date formats, capacity, or relationships between parameters.

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 'Create a new sprint' clearly identifies the action (create) and the resource (a sprint), and the word 'new' distinguishes it from update_sprint and get_sprint. However, it does not elaborate beyond the basic action, so it doesn't fully differentiate from sibling create tools in other resources.

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 explicit context for when to use this tool versus alternatives such as update_sprint or list_sprints. It implies creation, but does not state exclusions, prerequisites, or common scenarios. The tool name and 'new' are the only signals about appropriate usage.

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/aliyun/alibabacloud-devops-mcp-server'

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