asana-compact
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.
Add a comment/story to a task (POST /tasks/{task_gid}/stories). Provide 'data' (e.g., {"text":"..."}).
Create a task (POST /tasks). Provide task fields in 'data'.
Delete a task (DELETE /tasks/{task_gid}).
Get authenticated user (GET /users/me).
List projects in a workspace (GET /projects?workspace=123).
List stories for a task (GET /tasks/{task_gid}/stories).
Get a task (GET /tasks/{task_gid}).
Search/list tasks in a project (GET /tasks?project=123).
List workspaces (GET /workspaces).
Update a task (PUT /tasks/{task_gid}).