route_print_job
Route a print job to the best available printer by evaluating material match, availability, queue depth, and success rate, then recommend the optimal assignment.
Instructions
Route a print job to the best available printer in the fleet.
Scores each registered printer on material match, availability,
queue depth, and historical success rate, then recommends the
best assignment with scored alternatives.
Args:
file_path: Path to the file to print.
material: Required filament material (e.g. "PLA", "PETG").
quality: Quality preference — "draft", "standard", or "fine".
priority: Job urgency — "low", "normal", or "high".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quality | No | ||
| material | Yes | ||
| priority | No | ||
| file_path | Yes |