monitor_print
Create a one-shot print status report: progress, temperatures, speed, cost, ETA, and snapshot. Quickly verify printer health and remaining time.
Instructions
One-shot print status report (human-readable text: progress, temps, speed, cost, ETA).
Use for quick status checks. Returns a fixed-format text report with
progress, temps, speed, errors, cost estimate, camera snapshot, and
health commentary. For structured data + AI vision inspection, use
``monitor_print_vision``. For persistent background monitoring, use
``watch_print``.
:param printer_name: Target printer name. Omit for the default printer.
:param include_snapshot: Whether to capture and save a camera snapshot.
:param brief_id: Optional saved-goal id from ``design_session``. When
the brief resolves, the report appends a single ``Goal:`` line
with the design's duty and environment — so the agent watching
a print can answer "is this the right design for the goal?"
without a separate lookup. Best-effort: a missing kiln-pro
install or an unresolvable brief silently skips the line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief_id | No | ||
| printer_name | No | ||
| include_snapshot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |