Skip to main content
Glama
aliyun

AlibabaCloud DevOps MCP Server

Official
by aliyun

get_work_item

Get detailed information about a specific work item by providing its unique identifier and organization ID.

Instructions

[Project Management] Get information about a work item

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workItemIdYesWork item unique identifier, required parameter
organizationIdYesOrganization ID
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only says 'Get information.' It does not mention whether the operation is read-only, whether special permissions are required, what information is returned, or potential error conditions. The verb 'Get' implies a read operation, but this is implicit rather than explicit.

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, efficiently worded sentence with a useful category prefix. It is front-loaded and contains no filler. However, the brevity comes at the cost of valuable behavioral and usage details.

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?

Despite the tool's apparent simplicity, there is no output schema and no annotations, so the vague phrase 'information about a work item' leaves the expected return value unclear. The description does not explain what fields or level of detail are returned, nor does it clarify the role of organizationId beyond the schema.

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 both workItemId and organizationId are documented in the schema. The description does not add any additional meaning beyond what the schema already provides, so the baseline score of 3 applies.

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 uses a specific verb and resource: 'Get information about a work item.' It clearly identifies the tool as a retrieval operation for a single work item, distinguishing it from related tools like get_work_item_types, get_work_item_workflow, and list_work_items. However, it does not explicitly differentiate from other 'get_*' siblings for work item sub-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?

No guidance is provided about when to use this tool versus alternatives such as search_workitems or list_workitem_activities. The description only states the basic operation with no mention of appropriate use cases, exclusions, or prerequisites.

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