Google Tasks 목록 조회
tasks_listList all Google Tasks, including completed and pending items, with details like due dates and notes. Filter by status to view only pending or completed tasks.
Instructions
Google Tasks의 모든 할 일을 조회합니다.
완료된 항목과 미완료 항목을 모두 반환합니다. 각 항목에는 id, 제목, 상태, 마감일, 메모, 목록 이름이 포함됩니다.
Returns:
tasks: 할 일 배열 (id, title, status, due, notes, listTitle)
total: 전체 개수
pending: 미완료 개수
Examples:
"할 일 목록 보여줘" -> tasks_list()
"Tasks 전체 조회" -> tasks_list()
"완료 안 된 것만 보여줘" -> tasks_list() 후 status 필터링
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | 조회 필터: all=전체, pending=미완료만, completed=완료만 | all |