Preview a formation order
preview_orderBuild an exact order summary WITHOUT submitting anything. No side effects. Validates the details, prices the order, and returns a confirmation summary. ALWAYS call this and show the user the returned summary before calling submit_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The customer's email. Required — this is how they are contacted. | ||
| phone | No | Optional phone number. | |
| state | Yes | Two-letter state code or full state name, e.g. "WY" or "Wyoming". All 50 states + DC. | |
| fullName | Yes | The customer's full name. | |
| entityType | Yes | Entity type, e.g. "LLC", "S-Corp", "C-Corp", or "Not sure" if the user hasn't decided. | |
| description | No | One or two sentences on what the business does. Optional — the user may skip it. | |
| businessName | Yes | Proposed company name. Does not need to be final — a specialist verifies availability. |