get_travel_dates
Calculate suggested departure and return dates for trip planning based on customizable timeframes and trip durations.
Instructions
Calculate suggested travel dates based on current date.
Helpful for planning future trips.
Args:
days_from_now: Number of days from today for departure (default: 30).
trip_length: Length of trip in days (default: 7).
Returns:
JSON with suggested departure and return dates.
Example Args:
{"days_from_now": 45, "trip_length": 10}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_from_now | No | ||
| trip_length | No |