Make
Available Tools
List connections for a team. Requires teamId - use list_teams first to get valid team IDs.
Get connection details by ID including account info and scopes. Use list_connections first to find valid IDs.
Delete a connection. Set confirmed=true if the connection is used in scenarios to force deletion.
Verify a connection is working by testing it against the external service. Returns verified=true if successful.
List webhooks for a team. Requires teamId - use list_teams first. Filter by assigned status or hook type.
Get webhook details by ID including URL, status, and queue info. Use list_hooks first to find valid IDs.
Create a new webhook to receive external data. Set method, headers, and stringify options for request handling.
Update webhook name or enabled status. Use get_hook first to see current values.
Delete a webhook. Set confirmed=true if the hook is used in scenarios to force deletion.
Enable a webhook to start receiving data. The hook URL will accept incoming requests.
Disable a webhook to stop receiving data. Incoming requests will be rejected until re-enabled.
List organizations the authenticated user has access to. Use this to get organization IDs for other operations.
Get organization details by ID including license info and datacenter zone. Use list_organizations first.
List installed apps for an organization. Use appName values as accountType when creating connections with create_connection.
List scenarios in a team with optional filtering by folder, active status, or type. Use list_organizations and list_teams first to get valid IDs.
Get scenario details by ID including blueprint, scheduling, and status. Use list_scenarios first to find valid scenario IDs.
Create a new scenario. Blueprint needs ‘name’, ‘flow’, ‘metadata.version’. Use scheduling type ‘on-demand’ for manual trigger or ‘indefinitely’ with interval for recurring.
Update scenario name, blueprint, scheduling, or folder. Use get_scenario first to see current values.
Permanently delete a scenario. This action cannot be undone. Use get_scenario to verify before deletion.
Execute a scenario immediately with optional input data. Set responsive=true to wait for results.
Activate a scenario to enable scheduled execution. The scenario will run according to its scheduling configuration.
Deactivate a scenario to stop scheduled execution. The scenario can be reactivated later with start_scenario.
Clone a scenario to a new team. Use list_organizations and list_teams to get valid target IDs.
List teams in an organization. Requires organizationId - use list_organizations first to get valid IDs.
Get team details by ID. Use list_teams first to find valid team IDs.
Create a new team. May require license upgrade if team limit reached. Requires organizationId from list_organizations.
Delete a team. This will delete all scenarios, connections, and hooks in the team. Cannot be undone.