list_tasks
List tasks assigned to any team member in the current repo project. Filter by incomplete, overdue, or undated, and use name or user ID as assignee.
Instructions
특정 담당자의 태스크를 현재 레포 프로젝트에서 조회한다.
assignee는 user id 또는 멤버 이름(full_name/username) — 자동으로 id로 해석한다. 조회 프로젝트는 현재 레포에서 gdc_login으로 저장한 프로젝트로 고정한다(미설정 시 오류). 필터는 list_my_tasks와 동일: not_finished(미완료만)/overdue(마감 지남)/undated(날짜 미정). "내" 태스크는 list_my_tasks를, 특정 담당자는 이 도구를 쓴다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| overdue | No | ||
| undated | No | ||
| assignee | Yes | ||
| not_finished | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||