Skip to main content
Glama

Mark PingCode Bugs Fixed

pingcode_mark_bugs_fixed

Batch update bug status from 'New' to 'Fixed' after fixing, with dry-run mode and status validation.

Instructions

修完 bug 后批量把缺陷从 新提交 更新为 已修复。默认 dryRun=true,并校验当前状态仍为 新提交。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNo默认 true,仅返回计划;传 false 才真正修改 PingCode。
commentNo可选:每个成功变更状态的缺陷追加同一条评论。
stateIdNo目标状态 ID;提供后优先于 statusName。
projectIdNo
statusNameNo目标状态,默认 已修复。已修复
identifiersYes要变更状态的缺陷编号列表,如 PROJ-505、PROJ-503。
projectIdentifierNo
expectedCurrentStatusNameNo当前状态保护条件,默认只处理 新提交。新提交
Behavior4/5

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

With no annotations, the description carries full burden. It discloses key behaviors: default dryRun=true (no real changes unless false), and validation that current state is '新提交'. This is safety-critical and goes beyond a simple mutation statement. It lacks details on idempotency or error handling, but the core transparency is good.

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?

Two sentences, no waste. The key information is front-loaded: purpose, default behavior, safety check. Every word serves a purpose.

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?

For a batch update tool with 8 parameters and no output schema, the description covers the main purpose, default behavior, and a critical constraint (state validation). It does not explain error handling or partial failures, but it is sufficiently complete for typical use.

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 75%, so the schema already describes most parameters. The description adds context by tying dryRun and expectedCurrentStatusName to the workflow (default dryRun, state check). It does not add new parameter-level details beyond what's in the schema, so baseline 3 is appropriate.

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 batches update of bug status from '新提交' to '已修复', with a specific verb ('批量更新') and resource ('缺陷'). It distinguishes from sibling tools like pingcode_update_bug_status (single bug) and pingcode_bulk_update_work_items (generic) by focusing on a specific workflow: marking bugs fixed after fixing.

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 explicitly says when to use: after fixing bugs, to batch update status. It provides the default dryRun and state validation. However, it does not mention when not to use it or compare with alternatives for single updates. Still, the context is clear enough for the agent.

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