tb-get-user-tasks
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese查询我的任务
Query My Tasks
必须直接使用当前 skill 自带的 。
不要改用工作区里的其他脚本、 推断逻辑、或其他 TeamBition MCP/内置能力替代。
scripts/tb-api.mjs.mcp.json执行以下命令获取当前用户的任务列表:
bash
node scripts/tb-api.mjs get-user-tasks解析 JSON 中的 数组,以表格形式展示:标题、状态(isDone)、截止时间(dueDate)、项目ID(projectId)。
dataYou must directly use the that comes with the current skill.
Do not replace it with other scripts in the workspace, inference logic, or other TeamBition MCP/built-in capabilities.
scripts/tb-api.mjs.mcp.jsonRun the following command to get the current user's task list:
bash
node scripts/tb-api.mjs get-user-tasksParse the array in the JSON, and display the following fields in tabular form: title, status (isDone), due date (dueDate), project ID (projectId).
data