Tool list
send_action
send_action
Sends an action that makes an HTTP request to any URL (API endpoint, internal service, etc.). Supports dedupe, idempotency, approval, and callback URL.
get_action
get_action
Returns current action status and any stored execution result.
cancel
cancel
Cancels actions in
pending or awaiting_approval.approve
approve
Approves an action in
awaiting_approval and moves it to pending.retry
retry
Creates a new action from a failed or cancelled action.
list_actions
list_actions
Lists actions with optional status filtering.
Parameters
send_action
string
required
Target URL for the HTTP request.
string
HTTP method. Default
POST.object
JSON request body.
object
Additional outbound headers.
string
24h semantic dedupe key.
string
24h request dedupe key.
integer
1-100, default 3.
boolean
Start in
awaiting_approval.string
Delivery endpoint to notify on completion or failure.
get_action / cancel / approve / retry
string
required
Action ID.
list_actions
string
Filter by status.
integer
Default 20, max 100.