estimate_timeline
Estimate order-to-delivery timeline with stage-by-stage breakdown for 3D printing projects. Provide technology, quantity, and country to get estimated days per stage.
Instructions
Estimate order-to-delivery timeline with per-stage breakdown.
Args:
technology: Manufacturing technology (FDM, SLA, SLS, MJF, DMLS).
shipping_days: Known shipping days from a quote (optional).
quantity: Number of copies (larger quantities add production time).
country: Destination country code for shipping estimate fallback.
Returns a stage-by-stage timeline (order confirmation, production,
quality check, packaging, shipping) with estimated days per stage
and a total delivery date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | US | |
| quantity | No | ||
| technology | Yes | ||
| shipping_days | No |