spoolman_create_spool
Create a new filament spool in Spoolman's inventory by providing a filament ID and optional weight or usage details.
Instructions
Create a new spool in Spoolman. A filament_id is required. Specify either remaining_weight or used_weight (not both).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lot_nr | No | Lot/batch number | |
| comment | No | Optional comment | |
| archived | No | Whether the spool is archived | |
| location | No | Storage location | |
| last_used | No | Last use timestamp (ISO 8601) | |
| first_used | No | First use timestamp (ISO 8601) | |
| filament_id | Yes | Filament ID (required) | |
| used_weight | No | Already used weight in grams | |
| spool_weight | No | Empty spool weight in grams | |
| initial_weight | No | Initial net weight of filament in grams | |
| remaining_weight | No | Remaining filament weight in grams |