nworks_task_list
Retrieve and manage task lists from NAVER WORKS. View pending items, filter by status, and organize tasks with pagination support.
Instructions
할 일(TODO) 목록을 조회합니다. '할 일 확인해줘', 'TODO 목록 보여줘', '남은 업무 뭐 있어?' 등의 요청에 사용. User OAuth 인증 필요 (task.read scope)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categoryId | No | 카테고리 ID (기본: default) | |
| status | No | 필터: TODO 또는 ALL (기본: ALL) | |
| count | No | 페이지당 항목 수 (기본: 50, 최대: 100) | |
| cursor | No | 페이지네이션 커서 | |
| userId | No | 대상 사용자 ID (미지정 시 me) |