quick_add_spool
Add a filament spool to inventory without setting up a material blueprint. Input name, brand, color, and location to track the spool.
Instructions
Quick-add a filament spool without a material blueprint. Use this when you just want to track a spool without setting up a full material blueprint first.
Args: standalone_name: Name for this spool (e.g. 'eSun PLA+ Black'). quantity: Number of identical spools to add (default 1). initial_weight: Net filament weight in grams (default 1000g / 1kg). standalone_brand: Brand name (will be created if new). standalone_material_type_id: ID of a generic material type (e.g. PLA, PETG). Use list_materials with material_type='generic' to find IDs. standalone_colors: List of color names (e.g. ['Black']). standalone_color_family: Color family for grouping (e.g. 'Black', 'Red'). location: Storage location name (will be created if new). notes: Free-text notes. price_paid: Price paid for this spool. standalone_nozzle_temp_min: Min nozzle temp in Celsius. standalone_nozzle_temp_max: Max nozzle temp in Celsius. standalone_bed_temp_min: Min bed temp in Celsius. standalone_bed_temp_max: Max bed temp in Celsius. standalone_density: Filament density in g/cm3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| location | No | ||
| quantity | No | ||
| price_paid | No | ||
| initial_weight | No | ||
| standalone_name | Yes | ||
| standalone_brand | No | ||
| standalone_colors | No | ||
| standalone_density | No | ||
| standalone_bed_temp_max | No | ||
| standalone_bed_temp_min | No | ||
| standalone_color_family | No | ||
| standalone_nozzle_temp_max | No | ||
| standalone_nozzle_temp_min | No | ||
| standalone_material_type_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |