Skip to main content
Glama
aliyun

AlibabaCloud DevOps MCP Server

Official
by aliyun

create_change_request

Create a change request (merge request) with source/target branches, reviewers, associated work items, and optional AI review trigger.

Instructions

[Code Management] Create a new change request (merge request). Supports specifying source/target branches, reviewers, associated work items, and optional AI review trigger.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationIdYes组织ID,可在组织管理后台的基本信息页面获取。示例:'60d54f3daccf2bbd6659f3ad'
repositoryIdYes代码库ID或者URL-Encoder编码的全路径。示例:'2835387' 或 '60de7a6852743a5162b5f957%2FDemoRepo'(注意:斜杠需要URL编码为%2F)
titleYes标题,不超过256个字符。示例:'mr title' 或 '修复登录bug'
descriptionNo描述,不超过10000个字符。示例:'mr description' 或 '修复了用户登录时的验证逻辑问题'
sourceBranchYes源分支名称,即要合并的分支。示例:'demo-branch' 或 'feature/user-login'
sourceProjectIdNo源库ID,如果未提供,将尝试自动获取。示例:2813489
targetBranchYes目标分支名称,即合并到的分支。示例:'master' 或 'main'
targetProjectIdNo目标库ID,如果未提供,将尝试自动获取。示例:2813489
reviewerUserIdsNo评审人用户ID列表。示例:['62c795xxxb468af8'] 或 ['62c795xxxb468af8', '62c795xxxb468af9']
workItemIdsNo关联工作项ID列表,以字符串形式逗号分隔。示例值:722200214032b6b31e6f1434ab,xxx
createFromNo创建来源。WEB - 页面创建(默认)WEB
triggerAIReviewRunNo是否触发AI评审。true - 触发AI评审;false - 不触发(默认)
Behavior2/5

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

No annotations are provided, so the description must fully convey behavioral traits. It only mentions the optional AI review trigger but does not disclose side effects (e.g., permissions required, notifications sent, CI triggers). The description is insufficient for a mutation tool.

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 sentence, concise and front-loaded with the action. It includes categorization '[Code Management]' which adds little value. Every word earns its place, but more structured formatting (e.g., bullet points) could improve readability.

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?

No output schema is provided, so the description should explain return values or outcomes, but it does not. The tool has 12 parameters, and while the schema covers them, the description only names a subset. Critical context like prerequisites or error conditions is missing.

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 coverage is 100%, so the baseline is 3. The description enumerates key parameters (source/target branches, reviewers, work items, AI review) but adds no additional meaning beyond the schema descriptions. It does not compensate for missing schema details.

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 creates a change request (merge request) and lists supported features like source/target branches, reviewers, work items, and AI review trigger. This distinguishes it from siblings such as create_branch or create_change_request_comment.

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 implies when to use the tool (to create a merge request) but does not explicitly state when not to use it or provide alternatives. It lacks exclusion criteria or context for choosing among siblings.

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