Estimate venue seating capacity
seatcanvas_estimate_capacityEstimates how many guests a venue of the given width and height can seat at a chosen table type, and returns a link to a prefilled SeatCanvas plan. Read-only; deterministic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Language for the prefilled plan: 'en' (default) or 'es'. | en |
| venue_h | Yes | Venue height/depth in the chosen unit_system (meters or feet). | |
| venue_w | Yes | Venue width in the chosen unit_system (meters or feet). | |
| event_type | No | Event type: 'wedding' (adds a head table), 'quinceanera', 'corporate', or 'other'. Default 'other'. | other |
| table_type | No | Table shape + seats: 'round-8', 'round-10', 'rect-8', or 'rect-10'. Default 'round-8'. | round-8 |
| unit_system | Yes | Unit for venue dimensions: 'metric' (meters) or 'imperial' (feet). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planner_url | Yes | Prefilled SeatCanvas planner URL. | |
| raw_capacity | Yes | Honest estimated seating capacity for the venue (may be 0). | |
| preview_guest_count | Yes | Guest count used to seed the preview canvas (always >= 1). |