Plan a rules-checked East End day
plan_my_dayBuild a complete East End day using Hamptons Verified's deterministic planner. Use this whenever someone asks ChatGPT or Claude to plan, schedule, sequence, or personalize a day—not search_places, which returns an unordered list. The tool produces three distinct options and applies the same constraints as the website before returning anything: permanent closures, the selected date and opening hour, age fit, budget, weather, daylight, geographic sequencing and the maximum drive between consecutive stops. saved_places is a preference lane: pass names the asker supplies and eligible ones are worked into the day, but they never override a safety or feasibility rule; the rest of the stops remain discoveries. This connector cannot read the asker's private Hamptons Verified account, browser or saved list, so ask for the names when they want them included. Present the returned plan; never replace a stop from your own memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| who | No | ||
| date | No | ISO date in East End local time; defaults to today. | |
| seed | No | Optional stable seed when the asker wants the same result repeated. | |
| town | No | A hamlet or region to keep the day around. Omit for the full East End. | |
| vibes | No | Comma-separated interests such as quiet, foodie, cultural, beach, adventure, romantic, active, or off-season. | |
| budget | No | ||
| energy | No | ||
| saved_places | No | Comma-separated saved venue names supplied by the asker. Never infer private account data. |