Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Task
google_tasks:create_task
Creates a new task and adds it to the authenticated user's task lists. See the docs here
Write
Medium risk
Create Task List
google_tasks:create_task_list
Creates a new task list and adds it to the authenticated user's task lists. See the docs here
Write
Medium risk
Delete Task
google_tasks:delete_task
Deletes the authenticated user's specified task. See the docs here
Write
High risk
Delete Task List
google_tasks:delete_task_list
Deletes the authenticated user's specified task list. See the docs here
Write
High risk
List Task Lists
google_tasks:list_task_lists
Lists the authenticated user's task lists. See the docs here
Read
Low risk
List Tasks
google_tasks:list_tasks
Returns all tasks in the specified task list. See the docs here
Read
Low risk
Update Task
google_tasks:update_task
Updates the authenticated user's specified task. See the docs here
Write
Medium risk
Update Task List
google_tasks:update_task_list
Updates the authenticated user's specified task list. See the docs here
Write
Medium risk