list-work

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

List 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
get-task-details
for full context on any task.
列表输出中的描述会被截断。如需查看任务的完整上下文,请使用
get-task-details

Planned work

计划中的工作

Call
list-planned-work
:
json
list-planned-work()
Team or member scope:
json
list-planned-work({ "teamId": "<teamId>", "userId": "<userId>", "includeInitiatives": true })
调用
list-planned-work
json
list-planned-work()
团队或成员范围:
json
list-planned-work({ "teamId": "<teamId>", "userId": "<userId>", "includeInitiatives": true })

Completed work

已完成的工作

Call
list-completed-work
:
json
list-completed-work({
  "startDate": "2024-01-20T00:00:00Z",
  "endDate": "2024-01-26T23:59:59Z",
  "includeInitiatives": true
})
调用
list-completed-work
json
list-completed-work({
  "startDate": "2024-01-20T00:00:00Z",
  "endDate": "2024-01-26T23:59:59Z",
  "includeInitiatives": true
})

Blockers

阻塞项

Call
list-blockers
:
json
list-blockers({ "includeInitiatives": true })
Team scope:
json
list-blockers({ "teamId": "<teamId>", "includeInitiatives": true })
调用
list-blockers
json
list-blockers({ "includeInitiatives": true })
团队范围:
json
list-blockers({ "teamId": "<teamId>", "includeInitiatives": true })

Initiatives

举措

Call
list-initiatives
:
json
list-initiatives({
  "workspaceId": "<workspaceId>",
  "statuses": ["Open", "Planned", "In Progress", "In Review"],
  "includeHierarchy": true
})
If
statuses
is omitted, defaults to active statuses (Open, Planned, In Progress, In Review).
调用
list-initiatives
json
list-initiatives({
  "workspaceId": "<workspaceId>",
  "statuses": ["Open", "Planned", "In Progress", "In Review"],
  "includeHierarchy": true
})
如果省略
statuses
,默认使用活跃状态(Open、Planned、In Progress、In Review)。

Bugs

Bug

Call
list-bugs
:
json
list-bugs({
  "workspaceId": "<workspaceId>",
  "statuses": ["Open", "Planned", "In Progress", "In Review"],
  "teamIds": ["<teamId>"],
  "assigneeIds": ["<userId>"]
})
If
statuses
is omitted, defaults to active statuses.
调用
list-bugs
json
list-bugs({
  "workspaceId": "<workspaceId>",
  "statuses": ["Open", "Planned", "In Progress", "In Review"],
  "teamIds": ["<teamId>"],
  "assigneeIds": ["<userId>"]
})
如果省略
statuses
,默认使用活跃状态。