analyze_print_failure
Diagnose failed 3D print jobs by examining job records, events, and printer state to identify causes and recommend fixes.
Instructions
Analyze a failed print job and suggest possible causes and fixes.
Examines the job record, related events (retries, errors, progress),
and printer state at the time of failure to produce a diagnosis.
Args:
job_id: The failed job's ID from ``job_history`` or ``job_status``.
Returns a structured analysis with likely causes, observed symptoms,
and recommended next steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |