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.
Add Task To Section
asana:add_task_to_section
Add a task to a specific, existing section. This will remove the task from other sections of the project
Write
Medium risk
Create Project
asana:create_project
Create a new project in a workspace or team
Write
Medium risk
Create Subtask
asana:create_subtask
Creates a new subtask and adds it to the parent task
Write
Medium risk
Create Task
asana:create_task
Creates a new task
Write
Medium risk
Create Task Comment
asana:create_task_comment
Adds a comment to a task
Write
Medium risk
Create Task from Template
asana:create_task_from_template
Creates a new task from a task template
Write
Medium risk
Delete Task
asana:delete_task
Deletes a specific and existing task
Write
High risk
Find Task by ID
asana:find_task_by_id
Searches for a task by id. Returns the complete task record for a single task
Read
Low risk
Get Tasks From Task List
asana:get_tasks_from_task_list
Returns the compact list of tasks in a user’s My Tasks list
Read
Low risk
List Task Stories
asana:list_task_stories
List stories (including comments) for a task
Read
Low risk
Search Projects
asana:search_projects
Finds an existing project
Read
Low risk
Search Sections
asana:search_sections
Searches for a section by name within a particular project
Read
Low risk
Search Tasks
asana:search_tasks
Searches for a Task by name within a Project
Read
Low risk
Get list of user projects
asana:search_user_projects
Return list of projects given the user and workspace gid
Read
Low risk
Update Task
asana:update_task
Updates a specific and existing task
Write
Medium risk