Asana
Service domainPROJECT MANAGEMENT
Arcade Optimized
Arcade tools designed for LLMs to interact with Asana
19tools
Arcade offers a toolkit for seamless interaction with Asana, enabling developers to automate project management tasks. The toolkit supports various functionalities tailored for managing tasks, tags, and projects efficiently.
Capabilities
- Create, update, and manage tasks and subtasks within Asana.
- Attach files to tasks in various formats.
- Retrieve detailed information about projects, teams, and users.
- List and create tags for organized task management.
- Mark tasks as completed to streamline workflows.
OAuth
- Provider: Asana
- Scopes: default
Secrets
- No secret types are utilized in this toolkit.
Available tools(19)
19 of 19 tools
Operations
Behavior
| Tool name | Description | Secrets | |
|---|---|---|---|
Attaches a file to an Asana task
Provide exactly one of file_content_str, file_content_base64, or file_content_url, never more
than one.
- Use file_content_str for text files (will be encoded using file_encoding)
- Use file_content_base64 for binary files like images, PDFs, etc.
- Use file_content_url if the file is hosted on an external URL | |||
Create a tag in Asana | |||
Creates a task in Asana
The task must be associated to at least one of the following: parent_task_id, project, or
workspace_id. If none of these are provided and the account has only one workspace, the task
will be associated to that workspace. If the account has multiple workspaces, an error will
be raised with a list of available workspaces. | |||
Get an Asana project by its ID | |||
Get the subtasks of a task | |||
Get an Asana tag by its ID | |||
Get a task by its ID | |||
Search for tasks | |||
Get an Asana team by its ID | |||
Get a user by ID | |||
Get an Asana workspace by its ID | |||
List projects in Asana | |||
List tags in an Asana workspace | |||
List teams in an Asana workspace | |||
List teams in Asana that the current user is a member of | |||
List users in Asana | |||
List workspaces in Asana that are visible to the authenticated user | |||
Mark a task in Asana as completed | |||
Updates a task in Asana |
Last updated on