Mailionaire
Pax8-first setup + MCP reference
Tool reference

job_release_recovery · Release Recovery

Retry release recovery for a blocked domain on an existing order or job. This never creates a new order and does not consume extra quota.

Use this when

Best-fit situations

Resume a blocked job after the operator has fixed the root cause.
Release a single domain from a recovery-required state.
Avoid burning another order for a remediation pass.
Arguments

Expected inputs

job_id · required
The existing job that holds or owns the blocked domain state.
domain · required
The exact blocked domain to release for recovery.
Success shape

What comes back

job_id
order_id
domain
status
summary
Failure modes

What to expect when it blocks

job_not_found when the job is out of scope
recovery_unavailable when the job has no recoverable state to release
domain_not_blocked when the requested domain is not currently recoverable
Example

Sample tool arguments

{
  "job_id": "490503df-08eb-42b2-a2d9-0c2d3682f70e",
  "domain": "mailionaire-demo.ch"
}