Asana

Asana

Project Management

Work management platform to manage and track projects

Domain:asana.com
Tools:34 available

Available Tools

Tools and capabilities available for Asana

0

list_workspaces

Get all workspaces available to the authenticated user

0

list_projects

Get all projects in a workspace, optionally filtered by team or archived status

Parameters: workspace_gid, team_gid, archived

0

get_project

Get detailed information about a specific project including description, status, and members

Parameters: project_gid

0

create_project

Create a new project in a workspace

Parameters: workspace_gid, name, notes, team_gid, color, due_date

0

update_project

Update an existing project's properties like name, notes, or status

Parameters: project_gid, name, notes, archived, color

0

list_tasks

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

0

get_task

Get detailed information about a specific task including all fields, custom fields, and subtasks

Parameters: task_gid

0

create_task

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

0

update_task

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

0

delete_task

Delete a task permanently

Parameters: task_gid

0

add_task_to_project

Add an existing task to a project or section

Parameters: task_gid, project_gid, section_gid

0

create_subtask

Create a subtask under an existing parent task

Parameters: parent_task_gid, name, notes, assignee_gid, due_on

0

list_subtasks

Get all subtasks for a parent task

Parameters: task_gid

0

search_tasks

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

0

get_my_tasks

Get tasks assigned to the authenticated user in a specific workspace

Parameters: workspace_gid, completed_since

0

list_sections

Get all sections in a project

Parameters: project_gid

0

create_section

Create a new section in a project

Parameters: project_gid, name

0

add_comment

Add a comment to a task or project

Parameters: task_gid, text

0

list_comments

Get all comments (stories) for a task

Parameters: task_gid

0

list_users

Get all users in a workspace or team

Parameters: workspace_gid, team_gid

0

get_user

Get information about a specific user

Parameters: user_gid

0

list_teams

Get all teams in a workspace

Parameters: workspace_gid

0

get_team

Get information about a specific team

Parameters: team_gid

0

list_tags

Get all tags in a workspace

Parameters: workspace_gid

0

create_tag

Create a new tag in a workspace

Parameters: workspace_gid, name, color

0

add_tag_to_task

Add a tag to a task

Parameters: task_gid, tag_gid

0

remove_tag_from_task

Remove a tag from a task

Parameters: task_gid, tag_gid

0

list_project_memberships

Get all members of a project

Parameters: project_gid

0

add_project_member

Add a user as a member to a project

Parameters: project_gid, user_gid

0

list_portfolios

Get all portfolios in a workspace

Parameters: workspace_gid, owner_gid

0

get_portfolio

Get detailed information about a specific portfolio

Parameters: portfolio_gid

0

create_portfolio

Create a new portfolio in a workspace

Parameters: workspace_gid, name, color

0

add_project_to_portfolio

Add a project to a portfolio

Parameters: portfolio_gid, project_gid

0

duplicate_task

Create a duplicate of an existing task with optional inclusion of subtasks, attachments, and other fields

Parameters: task_gid, name, include

Suggest a Tool

Have an idea for a tool that should be added? Describe it below and we'll add it for you.