open_spool
Create an individual spool record from an unopened batch, with optional location and printer assignments.
Instructions
Open a spool from an unopened batch. Creates a new individual spool record.
Args: spool_id: The ID of the unopened spool batch to open from. status: Status for the opened spool — 'opened' or 'in_use'. location_id: Optional location ID to assign the opened spool. printer_id: Optional printer ID to assign the opened spool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | opened | |
| spool_id | Yes | ||
| printer_id | No | ||
| location_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |