Build a wedding plan
build_wedding_planBuild a personalised wedding plan: a month-by-month checklist with real due dates, a budget split for the couple's region, and how their budget compares to typical local spend. This is the same planning engine as the Wedyesday website, so nothing here is invented. Nothing is saved and no account is needed — follow up with create_wedyesday_workspace_link when the couple wants to keep it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget | No | Total budget in whole currency units (e.g. 45000). Omit if the couple does not have one yet — a regional typical figure is used instead. | |
| region | No | Region slug from list_wedding_markets, e.g. "melbourne". Drives the budget split and legal steps. | |
| season | No | Required when dateMode is "season". | |
| country | No | ISO country code: AU, US, GB, NZ or IN. Defaults to AU. | |
| dateMode | No | "fixed" when the date is set, "season" when only a season and year are known, "undecided" otherwise. | |
| location | No | Where the wedding is, e.g. "Melbourne, VIC". | |
| eventDate | No | Wedding date as YYYY-MM-DD. Required when dateMode is "fixed". | |
| guestCount | Yes | Expected number of guests, 2-2000. | |
| partnerOne | No | First partner's first name. | |
| partnerTwo | No | Second partner's first name. | |
| priorities | No | Up to three things that matter most. Values: venue, photography, food, music, flowers, videography, attire, styling. | |
| seasonYear | No | Year for the chosen season. |