Files
2025-11-29 18:23:24 +08:00

792 B

description, argument-hint
description argument-hint
List Google Tasks with filtering filter

List Google Tasks with status and date filtering.

Usage

google-gmail-tool task list [--completed] [--incomplete] [--today]

Arguments

  • --completed: Show only completed tasks
  • --incomplete: Show only incomplete tasks
  • --today: Tasks due today
  • --overdue: Tasks past due date
  • -n N: Max results (default: 100)
  • --text: Output in text format
  • -v/-vv/-vvv: Verbosity (INFO/DEBUG/TRACE)

Examples

# List all tasks
google-gmail-tool task list

# Show incomplete tasks due today
google-gmail-tool task list --incomplete --today

# Show overdue tasks
google-gmail-tool task list --overdue

Output

Returns JSON array with id, title, notes, due, status, updated.