github taylorwilsdon/google_workspace_mcp v1.1.4

latest releases: v1.4.5, v1.4.4, v1.4.3...
one month ago

Release v1.1.4:

Adds support for full management of Google Tasks

✓ 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


✓ 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

Don't miss a new google_workspace_mcp release

NewReleases is sending notifications on new releases.