submit_provider_job
Submit a 3D print job to a connected provider. Provide a public file URL and material; optional printer ID. Returns a job reference for tracking progress.
Instructions
Submit a print job through a connected provider integration.
Args:
file_url: Public URL of the model file to print.
material: Material to print with (e.g. "PLA", "PETG").
printer_id: Optional target printer ID. If omitted, provider
auto-assigns the best available printer.
Returns a provider-managed job reference. Use
``provider_job_status`` to track progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_url | Yes | ||
| material | Yes | ||
| printer_id | No |