Asana

Asana

Work management platform for teams to organize, track, and manage projects and tasks

10 tools
2 triggers

Tools

Name
create_task

Create a new task in Asana

list_tasks

List tasks in a project

get_task

Get task details by ID

update_task

Update an existing task

add_comment

Add a comment to a task

list_projects

List projects in a workspace

create_project

Create a new project in a workspace

search

Search tasks or projects in a workspace

assign_task

Assign a task to a user

custom_api_call

Make a custom API call to the Asana API

Triggers

Name
new_task

Triggers when a new task is created in a project

task_completed

Triggers when a task is completed in a project

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('asana', 'create_task', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'asana',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Asana to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Asana support?

Asana supports 10 tools including Create Task, List Tasks, Get Task, Update Task, Add Comment, and more.

Can I use Asana with AI agents?

Yes. Add Asana to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Asana be used in stateful agent workflows?

Yes. Agents can combine Asana tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Asana use?

Asana uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Asana integration cost?

The Asana integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Asana support?

Asana supports 2 triggers including New Task, Task Completed.

Connect Asana in minutes

Get 20,000 free action executions every month. No credit card required.