Mailionaire
Pax8-first setup + MCP reference
Tool reference

job_logs · Job Logs

Read the redacted, customer-visible event log for a provisioning job. The response is structured and never exposes raw execution output.

Use this when

Best-fit situations

Show customer-safe progress updates in an agent session.
Read the last meaningful lifecycle step without opening support-only logs.
Explain a blocked or prepared job with durable event summaries.
Arguments

Expected inputs

job_id · required
A job_id returned by provision_execute.
limit · optional
Optional maximum number of events to return. Must be between 1 and 500.
Success shape

What comes back

items[] with timestamp, step, state, summary, hint, job_id, order_id
Failure modes

What to expect when it blocks

invalid_limit when limit is outside 1..500
job_not_found when the job does not belong to the current customer
Example

Sample tool arguments

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