manage_task
Create, update, delete, or move tasks within Google Workspace task lists to organize and manage work items.
Instructions
Manage tasks: create, update, delete, or move tasks within task lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address. Required. | |
| action | Yes | The action to perform. Must be one of: "create", "update", "delete", "move". | |
| task_list_id | Yes | The ID of the task list. Required for all actions. | |
| task_id | No | The ID of the task. Required for "update", "delete", and "move" actions. | |
| title | No | The title of the task. Required for "create", optional for "update". | |
| notes | No | Notes/description for the task. Used by "create" and "update" actions. | |
| status | No | Task status ("needsAction" or "completed"). Used by "update" action. | |
| due | No | Due date in RFC 3339 format (e.g., "2024-12-31T23:59:59Z"). Used by "create" and "update" actions. | |
| parent | No | Parent task ID (for subtasks). Used by "create" and "move" actions. | |
| previous | No | Previous sibling task ID (for positioning). Used by "create" and "move" actions. | |
| destination_task_list | No | Destination task list ID (for moving between lists). Used by "move" action. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |