Sim

Asana

Interact with Asana

Usage Instructions

Integrate Asana into the workflow. Can read, write, and update tasks.

Tools

asana_get_task

Retrieve a single task by GID or get multiple tasks with filters

Input

ParameterTypeRequiredDescription
taskGidstringNoThe globally unique identifier (GID) of the task. If not provided, will get multiple tasks.
workspacestringNoWorkspace GID to filter tasks (required when not using taskGid)
projectstringNoProject GID to filter tasks
limitnumberNoMaximum number of tasks to return (default: 50)

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectSingle task details or array of tasks, depending on whether taskGid was provided

asana_create_task

Create a new task in Asana

Input

ParameterTypeRequiredDescription
workspacestringYesWorkspace GID where the task will be created
namestringYesName of the task
notesstringNoNotes or description for the task
assigneestringNoUser GID to assign the task to
due_onstringNoDue date in YYYY-MM-DD format

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectCreated task details with timestamp, gid, name, notes, and permalink

asana_update_task

Update an existing task in Asana

Input

ParameterTypeRequiredDescription
taskGidstringYesThe globally unique identifier (GID) of the task to update
namestringNoUpdated name for the task
notesstringNoUpdated notes or description for the task
assigneestringNoUpdated assignee user GID
completedbooleanNoMark task as completed or not completed
due_onstringNoUpdated due date in YYYY-MM-DD format

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectUpdated task details with timestamp, gid, name, notes, and modified timestamp

asana_get_projects

Retrieve all projects from an Asana workspace

Input

ParameterTypeRequiredDescription
workspacestringYesWorkspace GID to retrieve projects from

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectList of projects with their gid, name, and resource type

asana_search_tasks

Search for tasks in an Asana workspace

Input

ParameterTypeRequiredDescription
workspacestringYesWorkspace GID to search tasks in
textstringNoText to search for in task names
assigneestringNoFilter tasks by assignee user GID
projectsarrayNoArray of project GIDs to filter tasks by
completedbooleanNoFilter by completion status

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectList of tasks matching the search criteria

asana_add_comment

Add a comment (story) to an Asana task

Input

ParameterTypeRequiredDescription
taskGidstringYesThe globally unique identifier (GID) of the task
textstringYesThe text content of the comment

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectComment details including gid, text, created timestamp, and author

Notes

  • Category: tools
  • Type: asana
On this page

On this page

Start building today
Trusted by over 60,000 builders.
Build Agentic workflows visually on a drag-and-drop canvas or with natural language.
Get started