list_integrations | Read only | Returns every integration available to the organization, provider/adapter keys, what each does, and current connection status (connected/disconnected/error, with a masked credential hint if connected). |
create_integration_connect_token | Changes state - verify before retry | Starts a hosted OAuth connection flow for an integration and returns a URL, send the user that URL to click and finish connecting there (e.g. logging into Slack). |
validate_integration_connection | Changes state - verify before retry | Re-checks an existing integration connection against the provider and updates its stored status (connected/error). |
disconnect_integration | Destructive | Disconnects an integration. |
request_integration_access | Changes state - verify before retry | Requests access to an integration that’s currently disabled by admin, posts a notification for the team to review, it does not enable the integration itself. |