build_proposal
Compiles a travel proposal with parallel searches for stays, activities, and dining, ranks by client fit and budget, and returns structured JSON and Markdown with cost breakdown.
Instructions
One-shot composite: runs stays + activities + dining searches in parallel, ranks options by profile fit and budget, and returns both structured JSON and a rendered Markdown proposal with a cost breakdown and an indicative-rates disclaimer. A failed provider leg is flagged, not fatal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | Yes | ||
| checkIn | Yes | ||
| profile | Yes | ||
| branding | No | Per-proposal branding override; falls back to the server's AGENCY_* env config. | |
| checkOut | Yes | ||
| children | No | ||
| maxStays | No | ||
| maxDining | No | ||
| destination | Yes | ||
| maxActivities | No | ||
| budgetPerNight | No | ||
| maxPricePerActivity | No |