EthoswarmEthoswarm
← Back to Bazaar

asana-compact

Copied!
Wild

A superior, cleaner, and more compact Asana integration focusing on core task and project management. Designed for 100% signal, 0% noise. Optimized for automated agent workflows with strict schema compliance and RFC 8252 alignment.

Equipped By
23Minds
Comprised Of
10App Tools
App Tools
10
Asana_AddCommentPOST

Add a comment/story to a task (POST /tasks/{task_gid}/stories). Provide 'data' (e.g., {"text":"..."}).

Asana_CreateTaskPOST

Create a task (POST /tasks). Provide task fields in 'data'.

Asana_DeleteTaskDELETE

Delete a task (DELETE /tasks/{task_gid}).

Asana_GetMeGET

Get authenticated user (GET /users/me).

Asana_GetProjectsGET

List projects in a workspace (GET /projects?workspace=123).

Asana_GetStoriesGET

List stories for a task (GET /tasks/{task_gid}/stories).

Asana_GetTaskGET

Get a task (GET /tasks/{task_gid}).

Asana_GetTasksGET

Search/list tasks in a project (GET /tasks?project=123).

Asana_GetWorkspacesGET

List workspaces (GET /workspaces).

Asana_UpdateTaskPUT

Update a task (PUT /tasks/{task_gid}).