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
Target URL for the HTTP request.
HTTP method. Default
POST.JSON request body.
Additional outbound headers.
24h semantic dedupe key.
24h request dedupe key.
1-100, default 3.
Start in
awaiting_approval.Delivery endpoint to notify on completion or failure.
get_action / cancel / approve / retry
Action ID.
list_actions
Filter by status.
Default 20, max 100.