Asana
Work management platform for teams to organize, track, and manage projects and tasks
Tools
| Name | Description |
|---|---|
create_taskCreate a new task in Asana | Create a new task in Asana |
list_tasksList tasks in a project | List tasks in a project |
get_taskGet task details by ID | Get task details by ID |
update_taskUpdate an existing task | Update an existing task |
add_commentAdd a comment to a task | Add a comment to a task |
list_projectsList projects in a workspace | List projects in a workspace |
create_projectCreate a new project in a workspace | Create a new project in a workspace |
searchSearch tasks or projects in a workspace | Search tasks or projects in a workspace |
assign_taskAssign a task to a user | Assign a task to a user |
custom_api_callMake a custom API call to the Asana API | Make a custom API call to the Asana API |
Triggers
| Name | Description |
|---|---|
new_taskTriggers when a new task is created in a project | Triggers when a new task is created in a project |
task_completedTriggers when a task is completed in a project | Triggers when a task is completed in a project |
Quick Start
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.