Skip to main content
Glama

查询 TAPD bug 变更历史

tapd_list_bug_changes
Read-only

Query TAPD bug change history with filters by author, field, and creation time. Status changes include workflow stage names like 'In Progress => Resolved'.

Instructions

查询 TAPD bug 变更历史。bug_id、created 与 id 至少提供一个;可按变更人、变更字段过滤并自定义排序,include_add_bug=true 时返回创建缺陷的记录。状态变更会附带项目工作流中文名(如「接受/处理(in_progress) => 已解决(resolved)」)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo可选,变更历史记录 ID(支持多 ID 查询),与 bug_id/created 三选一必填
pageNo页码,默认 1
fieldNo可选,变更字段名(如 status)
limitNo返回数量上限,默认 30,最大 200
orderNo可选,排序规则,格式「字段名 asc|desc」(如 created desc)
authorNo可选,变更人 TAPD nick
bug_idNoTAPD bug ID,与 created/id 三选一必填
createdNo变更创建时间查询条件,与 bug_id/id 三选一必填;可使用 TAPD 支持的时间查询语法
workspace_idYesTAPD 项目 ID(必填)。可先用 tapd_list_bugs / tapd_list_stories 跨项目查询,或 tapd_list_workspaces 获取目标项目 ID
include_add_bugNo可选,是否返回创建缺陷的变更记录,映射 TAPD include_add_bug=1
Behavior4/5

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

Annotations already provide readOnlyHint=true. The description adds specific behavioral details: status changes include Chinese workflow names, and include_add_bug=true returns creation records. These go beyond annotations, though pagination behavior is not described.

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 concise, front-loaded with the main purpose, and covers key usage, parameters, and special output in three sentences. No redundant information.

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 tool has 10 parameters (1 required) and no output schema, the description explains the required mutual exclusivity, filtering, sorting, and special behavior for status changes. It lacks explicit pagination or return format details, but these are implied by parameter descriptions.

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 baseline is 3. The description adds value by explaining the mutual exclusivity of bug_id/created/id, the effect of include_add_bug, and the workflow name output for status changes—details not in schema descriptions.

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 queries TAPD bug change history, specifying the resource ('bug changes') and the action ('查询'). It distinguishes from siblings like tapd_list_bugs (list bugs) and tapd_list_story_changes (story changes) by focusing on bugs and history.

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 states the required parameter condition ('bug_id, created, id 至少提供一个'), filters, and sorting. It implies usage for bug change history, but does not explicitly state when not to use or name alternatives. However, siblings like tapd_list_bugs for listing bugs provide clear differentiation.

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/sun-jingtao/tapd-mcp-server'

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