Skip to main content
Glama
aliyun

AlibabaCloud DevOps MCP Server

Official
by aliyun

list_program_versions

List all versions in a program to manage release plans and track delivery progress. Filter by status or search by name.

Instructions

[Project Management] List versions for a Yunxiao Program (Project Set). Versions are used to manage release plans and track delivery progress.

Use Cases:

List all versions in a program Filter versions by status (TODO, DOING, ARCHIVED) Search versions by name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationIdYesOrganization ID, can be found in the basic information page of the organization admin console
idYesProgram (Project Set) unique identifier
statusNoFilter by status: TODO (not started), DOING (in progress), ARCHIVED (released)
nameNoFilter by name
pageNoPage number, default is 1
perPageNoPage size, default is 20
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as read-only nature, permission requirements, rate limits, or pagination behavior beyond what is implied by the operation name.

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 concise and front-loaded with the primary purpose, followed by bullet use cases that are easy to parse. No redundant information is present.

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?

The description covers the basic function and filters but lacks explicit mention of pagination (though schema has page/perPage), output details, or constraints like maximum results, leaving some context gaps for a 6-parameter tool.

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?

While the input schema has 100% description coverage, the description adds value by explaining the status enum values (TODO: not started, DOING: in progress, ARCHIVED: released) and the name filter purpose, going beyond the schema.

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 'List versions for a Yunxiao Program (Project Set)' and provides specific use cases (list all, filter by status, search by name), making the tool's purpose unambiguous.

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 use cases outline when to use the tool, but there is no mention of when not to use it or how it differs from sibling tools like list_versions, leaving some ambiguity for the agent.

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

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