Release v1.1.4:
Adds support for full management of Google Tasks
✓ Google Tasks (tasks_tools.py
)
✓ Google Tasks (tasks_tools.py)
Tool Description
list_task_lists List all task lists with pagination support
get_task_list Retrieve details of a specific task list
create_task_list Create new task lists with custom titles
update_task_list Modify existing task list titles
delete_task_list Remove task lists and all contained tasks
list_tasks List tasks in a specific list with filtering options
get_task Retrieve detailed information about a specific task
create_task Create new tasks with title, notes, due dates, and hierarchy
update_task Modify task properties including title, notes, status, and due dates
delete_task Remove tasks from task lists
move_task Reposition tasks within lists or move between lists
clear_completed_tasks Hide all completed tasks from a list