Mailionaire
Pax8-first setup + MCP reference
Tool reference

job_status · Job Status

Read the latest durable status for an existing provisioning job, including sanitized result metadata and the latest customer-visible error summary.

Use this when

Best-fit situations

Poll a newly queued execute call until the job reaches a terminal status.
Read terminal state without scraping logs.
Inspect the sanitized result payload for plan or dispatch metadata.
Arguments

Expected inputs

job_id · required
A job_id returned by provision_execute.
Success shape

What comes back

status
attempts and max_attempts
started_at, completed_at, heartbeat_at
sanitized result payload
last_error_code and last_error_summary
Failure modes

What to expect when it blocks

job_not_found when the job does not belong to the current customer
access_blocked when the token is no longer valid for the customer
Example

Sample tool arguments

{
  "job_id": "490503df-08eb-42b2-a2d9-0c2d3682f70e"
}