Loading...
Loading...
Cascade Strategy integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cascade Strategy data.
npx skill4agent add membranedev/application-skills cascade-strategymembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonconnection connectmembrane connect --connectorKey cascade-strategymembrane connection list --jsonmembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| List Goals | list-goals | Fetch goals from Cascade Strategy with optional filters for pagination and status |
| List Users | list-users | Fetch users from Cascade Strategy with optional pagination |
| List Tasks | list-tasks | Fetch tasks from Cascade Strategy with optional pagination |
| List Issues | list-issues | Fetch issues (risks) from Cascade Strategy with optional pagination |
| List Updates | list-updates | Fetch goal updates from Cascade Strategy with optional pagination |
| List Org Units | list-org-units | Fetch organizational units from Cascade Strategy |
| List Roles | list-roles | Fetch roles from Cascade Strategy |
| List Entity Templates | list-entity-templates | Fetch entity templates (custom field definitions) from Cascade Strategy |
| Get Goal | get-goal | Retrieve a single goal by its ID from Cascade Strategy |
| Get User | get-user | Retrieve a single user by their ID |
| Get Task | get-task | Retrieve a single task by its ID |
| Get Issue | get-issue | Retrieve a single issue by its ID |
| Get Update | get-update | Retrieve a single update by its ID |
| Get Org Unit | get-org-unit | Retrieve a single organizational unit by its ID |
| Get Role | get-role | Retrieve a single role by its ID |
| Get Entity Template | get-entity-template | Retrieve a single entity template by its ID |
| Create Goal | create-goal | Create a new goal in Cascade Strategy |
| Create User | create-user | Create a new user in Cascade Strategy |
| Create Task | create-task | Create a new task associated with a goal |
| Update Goal | update-goal | Update an existing goal in Cascade Strategy |
membrane action create "DESCRIPTION" --connectionId=CONNECTION_ID --jsonBUILDINGmembrane action get <id> --wait --json--wait--timeoutstateBUILDINGREADYCONFIGURATION_ERRORSETUP_FAILEDerrormembrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane action list --intent=QUERY