Skip to main content
Glama
aliyun

AlibabaCloud DevOps MCP Server

Official
by aliyun

delete_workitem_testcase_relation

Destructive

Delete a test case link from a work item by providing the relationRecordId, removing the association between them.

Instructions

[Project Management] Remove a test case relation from a work item by relationRecordId (obtained from list_workitem_testcase_relations).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workItemIdYes工作项唯一标识
organizationIdYes企业ID,可在组织管理后台的基本信息页面获取
relationRecordIdYes关联记录ID(通过 list 或 create 返回获取)
Behavior3/5

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

The annotation destructiveHint=true already discloses the destructive nature, and the description's 'Remove' is consistent. It adds context by specifying the ID source and that it removes a relationship, but does not disclose further side effects or return behavior, which is acceptable given the annotation coverage.

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, concise sentence with a clear category prefix and no filler. It efficiently communicates the action, target, and key identifier without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a deletion tool with three fully documented parameters and no output schema, the description is sufficient. It covers the action, the required identifier, and the prerequisite for obtaining it, while the annotation handles the destructive nature and the schema handles parameter details.

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?

All three parameters are fully described in the schema (100% coverage), including relationRecordId's origin from list/create operations. The description's mention of relationRecordId adds no new meaning beyond what the schema already provides, so it relies on the schema's parameter documentation.

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 action ('Remove') and the target ('test case relation from a work item'), making it easily distinguishable from create/list sibling tools. It also specifies the key parameter (relationRecordId), providing a precise and unambiguous purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates a prerequisite by stating relationRecordId is obtained from list_workitem_testcase_relations, guiding the agent on how to prepare for this tool. However, it does not explicitly discuss when not to use it or compare with the create/update alternatives, so it lacks explicit exclusions.

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