list-tasks
Retrieve all tasks from a Google Tasks list, with options to filter by completion status, visibility, and deletion state.
Instructions
List all tasks in a task list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasklist | Yes | Task list ID | |
| showCompleted | No | Whether to include completed tasks | |
| showHidden | No | Whether to include hidden tasks | |
| showDeleted | No | Whether to include deleted tasks |