Skip to main content
Glama

查询 TAPD 需求变更历史

tapd_list_story_changes
Read-only

Retrieve TAPD requirement change history with optional field-level details. Filter by change author, field, type, and customize sorting and pagination.

Instructions

查询 TAPD 需求变更历史和字段级变更详情。story_id、created 与 id 至少提供一个;可按变更人、变更字段、变更类型过滤并自定义排序;include_details=true 时返回 field_changes 变更详情。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo可选,变更历史记录 ID(支持多 ID 查询),与 story_id/created 三选一必填
pageNo页码,默认 1
limitNo返回数量上限,默认 30,最大 100
orderNo可选,排序规则,格式「字段名 asc|desc」(如 created desc)
createdNo变更创建时间查询条件,与 story_id/id 三选一必填;可使用 TAPD 支持的时间查询语法
creatorNo可选,变更人 TAPD nick
story_idNoTAPD 需求 ID,与 created/id 三选一必填
change_typeNo可选,变更类型,取值见 TAPD 文档附录
change_fieldNo可选,变更字段名(如 status)
workspace_idYesTAPD 项目 ID(必填)。可先用 tapd_list_bugs / tapd_list_stories 跨项目查询,或 tapd_list_workspaces 获取目标项目 ID
include_detailsNo是否请求字段级变更详情,映射 TAPD need_parse_changes=1
Behavior4/5

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

The description's '查询' aligns with the readOnlyHint=true annotation. It adds a behavioral detail by mentioning that include_details=true maps to TAPD's need_parse_changes=1. No contradictions or hidden side effects are mentioned, but it could disclose more about response behavior.

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 two sentences, front-loading the core purpose and then adding key usage constraints. Every sentence is informative without redundancy.

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 11 parameters and no output schema, the description covers the conditional requirement and filtering well. It hints at include_details behavior. However, it lacks description of the output structure (e.g., field_changes format) and pagination details beyond page/limit, which are more important for a list tool.

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 description coverage is 100%, so baseline is 3. The description adds value by grouping the three mutually exclusive parameters and explaining the filtering options (e.g., by change type, field, creator). It also provides an example for 'order'. This goes beyond the schema's individual parameter 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 story change history and field-level details. The verb '查询' and resource '需求变更历史' are specific, and it distinguishes from sibling tools like tapd_list_bugs or tapd_list_bug_changes by being story-specific.

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 mandatory condition (at least one of story_id, created, or id) and lists filtering options. However, it does not explicitly tell when not to use this tool or compare it with alternatives like tapd_list_bug_changes, which would improve guidance.

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