Automate Asana task workflow
asana-automationskillsetup L2★3,035
davepoon/buildwithclaude ↗What it does
Create, search, and organize Asana tasks and projects via GID resolution
Best for
Syncing tasks between external systems and Asana when you need safe GID-based operations and cursor pagination for large task lists
Inputs
- · workspace name/GID
- · project name/GID
- · task name and properties
- · search text
- · section name/GID
Outputs
- · task GIDs
- · project list
- · workspace details
- · task search results
Requires
- · Rube MCP
- · Composio Asana toolkit
Preconditions
Rube MCP connected; Asana connection ACTIVE via OAuth; workspace GID obtained first
Failure modes
Using task/project names instead of GIDs; GID format incorrect (not 17-char string); missing workspace context; section operations on undefined project
Trust signals
- · GID format reference (17 chars)
- · ID resolution patterns shown
- · cursor pagination example
- · parallel operations supported