list-work
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseList Work
列出工作内容
Query tasks from One Horizon. Pick the right MCP tool based on what the user is asking for.
从One Horizon中查询任务。根据用户的需求选择合适的MCP工具。
Instructions
说明
Descriptions are trimmed in list output. Use for full context on any task.
get-task-details列表输出中的描述会被截断。如需查看任务的完整上下文,请使用。
get-task-detailsPlanned work
计划中的工作
Call :
list-planned-workjson
list-planned-work()Team or member scope:
json
list-planned-work({ "teamId": "<teamId>", "userId": "<userId>", "includeInitiatives": true })调用:
list-planned-workjson
list-planned-work()团队或成员范围:
json
list-planned-work({ "teamId": "<teamId>", "userId": "<userId>", "includeInitiatives": true })Completed work
已完成的工作
Call :
list-completed-workjson
list-completed-work({
"startDate": "2024-01-20T00:00:00Z",
"endDate": "2024-01-26T23:59:59Z",
"includeInitiatives": true
})调用:
list-completed-workjson
list-completed-work({
"startDate": "2024-01-20T00:00:00Z",
"endDate": "2024-01-26T23:59:59Z",
"includeInitiatives": true
})Blockers
阻塞项
Call :
list-blockersjson
list-blockers({ "includeInitiatives": true })Team scope:
json
list-blockers({ "teamId": "<teamId>", "includeInitiatives": true })调用:
list-blockersjson
list-blockers({ "includeInitiatives": true })团队范围:
json
list-blockers({ "teamId": "<teamId>", "includeInitiatives": true })Initiatives
举措
Call :
list-initiativesjson
list-initiatives({
"workspaceId": "<workspaceId>",
"statuses": ["Open", "Planned", "In Progress", "In Review"],
"includeHierarchy": true
})If is omitted, defaults to active statuses (Open, Planned, In Progress, In Review).
statuses调用:
list-initiativesjson
list-initiatives({
"workspaceId": "<workspaceId>",
"statuses": ["Open", "Planned", "In Progress", "In Review"],
"includeHierarchy": true
})如果省略,默认使用活跃状态(Open、Planned、In Progress、In Review)。
statusesBugs
Bug
Call :
list-bugsjson
list-bugs({
"workspaceId": "<workspaceId>",
"statuses": ["Open", "Planned", "In Progress", "In Review"],
"teamIds": ["<teamId>"],
"assigneeIds": ["<userId>"]
})If is omitted, defaults to active statuses.
statuses调用:
list-bugsjson
list-bugs({
"workspaceId": "<workspaceId>",
"statuses": ["Open", "Planned", "In Progress", "In Review"],
"teamIds": ["<teamId>"],
"assigneeIds": ["<userId>"]
})如果省略,默认使用活跃状态。
statuses