update_traveler_profile
Save specific travel preferences or experiences to your profile, ensuring future recommendations reflect your stated likes and dislikes.
Instructions
Save a learned travel preference or experience to the user's traveler profile.
Use when the user shares a durable preference, like, dislike, or trip experience that should
inform future recommendations — "Always takes a window seat", "Prefers boutique hotels over
chains", "Vegetarian". Don't save temporary logistics like "my flight lands at 3pm".
Saved entries come back from get_traveler_context in later sessions, which is how a preference
stated once is still known next time.
Requires a Gondola account (API key).
Args:
profile_entry: The preference or experience to save. Be specific and actionable.
Good: "Prefers ocean-view rooms". Bad: "Liked the hotel".
Returns:
Confirmation of the saved entry, or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_entry | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |