Work management platform to manage and track projects
Tools and capabilities available for Asana
Get all workspaces available to the authenticated user
Get all projects in a workspace, optionally filtered by team or archived status
Parameters: workspace_gid, team_gid, archived
Get detailed information about a specific project including description, status, and members
Parameters: project_gid
Create a new project in a workspace
Parameters: workspace_gid, name, notes, team_gid, color, due_date
Update an existing project's properties like name, notes, or status
Parameters: project_gid, name, notes, archived, color
Get tasks from a project, section, or assigned to a user. Can filter by completion status and due date
Parameters: project_gid, section_gid, assignee_gid, workspace_gid, completed_since, modified_since
Get detailed information about a specific task including all fields, custom fields, and subtasks
Parameters: task_gid
Create a new task in a workspace, optionally adding it to projects and assigning it
Parameters: workspace_gid, name, notes, assignee_gid, project_gid, due_on, due_at, start_on
Update an existing task's properties like name, assignee, due date, or completion status
Parameters: task_gid, name, notes, assignee_gid, completed, due_on, due_at
Delete a task permanently
Parameters: task_gid
Add an existing task to a project or section
Parameters: task_gid, project_gid, section_gid
Create a subtask under an existing parent task
Parameters: parent_task_gid, name, notes, assignee_gid, due_on
Get all subtasks for a parent task
Parameters: task_gid
Search for tasks in a workspace using advanced filters like text search, assignee, projects, completion status, and due dates
Parameters: workspace_gid, text, assignee_gid, projects, completed, due_on_before, due_on_after
Get tasks assigned to the authenticated user in a specific workspace
Parameters: workspace_gid, completed_since
Get all sections in a project
Parameters: project_gid
Create a new section in a project
Parameters: project_gid, name
Add a comment to a task or project
Parameters: task_gid, text
Get all comments (stories) for a task
Parameters: task_gid
Get all users in a workspace or team
Parameters: workspace_gid, team_gid
Get information about a specific user
Parameters: user_gid
Get all teams in a workspace
Parameters: workspace_gid
Get information about a specific team
Parameters: team_gid
Get all tags in a workspace
Parameters: workspace_gid
Create a new tag in a workspace
Parameters: workspace_gid, name, color
Add a tag to a task
Parameters: task_gid, tag_gid
Remove a tag from a task
Parameters: task_gid, tag_gid
Get all members of a project
Parameters: project_gid
Add a user as a member to a project
Parameters: project_gid, user_gid
Get all portfolios in a workspace
Parameters: workspace_gid, owner_gid
Get detailed information about a specific portfolio
Parameters: portfolio_gid
Create a new portfolio in a workspace
Parameters: workspace_gid, name, color
Add a project to a portfolio
Parameters: portfolio_gid, project_gid
Create a duplicate of an existing task with optional inclusion of subtasks, attachments, and other fields
Parameters: task_gid, name, include
Have an idea for a tool that should be added? Describe it below and we'll add it for you.