Loading...
Loading...
Concord integration. Manage data, records, and automate workflows. Use when the user wants to interact with Concord data.
npx skill4agent add membranedev/application-skills concordmembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonconnection connectmembrane connect --connectorKey concordmembrane connection list --jsonmembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| List Agreements | list-agreements | List agreements (contracts) in an organization with filtering options |
| List Clauses | list-clauses | List all clauses in an organization |
| List Folders | list-folders | List all folders in an organization |
| List Reports | list-reports | List all reports in an organization |
| List User Groups | list-user-groups | List all user groups in an organization |
| List Webhooks | list-webhooks | List all webhook integrations for the current user |
| Get Agreement | get-agreement | Get details of a specific agreement |
| Get Clause | get-clause | Get details of a specific clause |
| Get Folder | get-folder | Get details of a specific folder |
| Get Report | get-report | Get details of a specific report |
| Create Clause | create-clause | Create a new clause in an organization |
| Create Folder | create-folder | Create a new folder in an organization |
| Create Report | create-report | Create a new report based on a sample template |
| Create User Group | create-user-group | Create a new user group in an organization |
| Create Webhook | create-webhook | Create a new webhook integration |
| Update Clause | update-clause | Update an existing clause |
| Update Folder | update-folder | Update an existing folder |
| Delete Agreement | delete-agreement | Delete an agreement |
| Delete Clause | delete-clause | Delete a clause |
| Delete Folder | delete-folder | Delete a folder |
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