Skip to main content
Glama

Update PingCode Work Item Fields

pingcode_update_work_item_fields

Update work item fields (title, description, priority, assignee, parent, custom properties) by identifier or ID. Supports dry-run to preview changes before applying.

Instructions

按编号或工作项 ID 编辑标题、描述、优先级、负责人、父项、自定义属性。默认 dryRun=true,仅 PATCH 变化字段。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo工作项类型,默认 bug。bug
titleNo新标题。
dryRunNo默认 true,仅返回计划与字段 diff;传 false 才执行 PATCH。
parentNo父工作项编号或内部 ID。
projectIdNoPingCode 项目 ID,提供后跳过项目标识查询。
identifierNo工作项编号,如 PROJ-455。
propertiesNo自定义属性键值对。
workItemIdNoPingCode 工作项内部 ID,提供后优先于 identifier。
descriptionNo新描述(支持 PingCode 富文本/文本)。
assigneeNameNo负责人姓名。
priorityNameNo优先级名称,如 普通、较高、最高。
projectIdentifierNoPingCode 项目标识,默认读取 PINGCODE_PROJECT_IDENTIFIER。
expectedCurrentStatusNameNo当前状态保护条件(PingCode 无版本号,借此做弱幂等);不匹配则拒绝写入。
Behavior4/5

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

With no annotations, the description carries full responsibility. It discloses key behaviors: default dryRun=true (safe), only PATCHes changed fields, and includes a weak idempotency guard via expectedCurrentStatusName. Missing details on permissions or error handling, but major traits are covered.

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 is front-loaded with the purpose and key behavioral traits. Every word is necessary and earned.

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

Completeness4/5

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

Given the high complexity (13 parameters, nested objects, no output schema), the description covers the most critical behavioral context (dry-run, patch-only). It does not mention the return value or error cases, but the schema descriptions already provide substantial help.

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?

Schema coverage is 100%, so the description need not repeat parameter details. It adds value by explaining the dryRun default and that only changed fields are patched, and notes workItemId priority over identifier. This goes 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 explicitly states the tool edits work item fields such as title, description, priority, assignee, parent, and custom properties, and specifies it operates by identifier or internal ID. This clearly distinguishes it from sibling tools that update status or perform bulk operations.

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 by listing editable fields but does not explicitly contrast with alternatives like update_bug_status or bulk_update_work_items. The dry-run and patch-only behavior is noted, but guidance on when to choose this tool is absent.

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