Skip to main content
Glama

Triage PingCode Work Item

pingcode_triage_work_item

Merge assignee, priority, and status updates for a PingCode work item into one PATCH request, optionally adding a comment. Preview with dry-run mode before execution.

Instructions

一站式处理工作项:合并负责人/优先级/状态变更为一次 PATCH,并可选追加评论。默认 dryRun=true。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo工作项类型,默认 bug。bug
dryRunNo默认 true,仅返回合并计划;传 false 才执行写入。
commentNo可选:处理后追加的评论。
stateIdNo目标状态 ID;提供后优先于 statusName。
projectIdNoPingCode 项目 ID,提供后跳过项目标识查询。
identifierNo工作项编号,如 PROJ-455。
statusNameNo目标状态名称。
workItemIdNoPingCode 工作项内部 ID,提供后优先于 identifier。
assigneeNameNo新负责人姓名。
priorityNameNo新优先级名称。
projectIdentifierNoPingCode 项目标识,默认读取 PINGCODE_PROJECT_IDENTIFIER。
expectedCurrentStatusNameNo当前状态保护条件;不匹配则整单拒绝,不部分执行。
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that changes are merged into one PATCH and dryRun defaults to true, but does not discuss permissions, atomicity, failure behavior, or other important behavioral traits.

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, well-structured sentence that front-loads the purpose and default behavior. No wasted words.

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?

Given the tool has 12 parameters and no output schema or annotations, the description is too brief. It lacks explanation of return values, error conditions, and the interplay between parameters like stateId and statusName.

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 baseline is 3. The description summarizes key parameters (assignee, priority, status) but does not add meaningful nuance beyond what parameter descriptions already provide.

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 it is a one-stop triage tool that merges assignee, priority, and status changes into a single PATCH operation, and optionally adds a comment. This distinguishes it from sibling tools like pingcode_update_bug_status which handle single updates.

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 usage for combined updates but does not explicitly state when to use this tool versus siblings like pingcode_update_work_item_fields or pingcode_update_bug_status. No exclusions or alternatives are provided.

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/frontendRicky/pingcode-mcp'

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