# Travel Budget Optimizer AI Agent Connect

> Plan regional trips with precise budget, flight, and savings calculations.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_BlrR7LtGJQYyn0kt8Jgpj6F5yOA3LvNUOWqhWh2U/ai-agent-connect
- **Tags:** budgeting, singapore, travel-planning, savings, regional-travel

## Description

A deterministic budgeting tool for young adults in Singapore to plan trips to Bali, Bangkok, Tokyo, Seoul, and Melbourne. Use `calculate_trip_budget` to get exact daily costs, flight estimates, and total trip expenses. You can also use `get_destination_options` to see supported locations and `validate_trip_feasibility` to check if your savings plan is realistic.

## Tools

### calculate_trip_budget
Calculates the comprehensive budget requirements for a planned trip

### get_destination_options
Provides a list of valid destinations and available travel styles

### validate_trip_feasibility
Checks if a specific budget or trip duration is realistic for a user's current savings capacity

## Prompt Examples

**Prompt:** 
```
How much will a 5-day budget trip to Bali cost for 2 people?
```

**Response:** 
```
The total trip cost for 2 people to Bali for 5 days on a budget is 1300 SGD (Daily budget: 80 SGD, Flight: 300 SGD per person). You will need to save for 2.6 months.
```

**Prompt:** 
```
What is the cost for a luxury trip to Tokyo for 1 person for 7 days?
```

**Response:** 
```
The total trip cost for a luxury trip to Tokyo for 7 days is 4100 SGD (Daily budget: 500 SGD, Flight: 600 SGD). You will need to save for 8.2 months.
```

**Prompt:** 
```
Is a 10-day mid-range trip to Seoul feasible if I save 500 SGD a month?
```

**Response:** 
```
A 10-day mid-range trip to Seoul costs 2350 SGD. At 500 SGD per month, it will take 4.7 months to save, which is considered feasible.
```

## Frequently Asked Questions

**Which destinations are supported?**
The tool supports Bali, Bangkok, Tokyo, Seoul, and Melbourne.

**How is the savings time calculated?**
It divides the total trip cost by a standard monthly savings capacity of 500 SGD.

**Can I check if my trip is affordable?**
Yes, use `validate_trip_feasibility` to see if your trip is realistic based on your monthly savings.
