Loading...
Loading...
Asana integration. Manage project management and ticketing data, records, and workflows. Use when the user wants to interact with Asana data.
npx skill4agent add membranedev/application-skills asanamembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search asana --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Tasks | list-tasks | Get multiple tasks from Asana. |
| List Projects | list-projects | Get multiple projects from Asana. |
| List Users | list-users | Get all users in a workspace or organization |
| List Tags | list-tags | Get all tags in a workspace |
| List Sections | list-sections | Get all sections in a project |
| List Workspaces | list-workspaces | Get all workspaces visible to the authorized user |
| List Project Tasks | list-project-tasks | Get all tasks in a project |
| List Subtasks | list-subtasks | Get all subtasks of a task |
| List Task Comments | list-task-comments | Get all comments (stories) on a task |
| Get Task | get-task | Get a single task by its GID |
| Get Project | get-project | Get a single project by its GID |
| Get User | get-user | Get a single user by their GID or 'me' for the authenticated user |
| Create Task | create-task | Create a new task in Asana |
| Create Project | create-project | Create a new project in Asana |
| Create Tag | create-tag | Create a new tag in a workspace |
| Create Section | create-section | Create a new section in a project |
| Update Task | update-task | Update an existing task in Asana |
| Update Project | update-project | Update an existing project in Asana |
| Delete Task | delete-task | Delete a task from Asana |
| Delete Project | delete-project | Delete a project from Asana |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY