calculate_dress_alterations
Estimate dress alteration cost and time for hem, sides, or sleeves. Input garment type and alterations needed to get total cost and time hours. Ideal for tailoring and wedding-dress budgeting.
Instructions
Estimate dress alteration cost and time by alteration type. Use for tailoring or wedding-dress budgeting. Inputs: alterations needed (hem, sides, sleeves), garment type. Returns total cost estimate and time hours. See list_bundles for related 'textile-mode' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| measurement_bust | Yes | Actual bust measurement cm | |
| measurement_waist | Yes | Actual waist measurement cm | |
| measurement_hips | Yes | Actual hip measurement cm | |
| target_size | Yes | Target FR dress size |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |