Add a budget expense to a Wanderlog trip
wanderlog_add_expenseAdd budget expenses to Wanderlog trips, linking costs to itinerary places for meal estimates, entrance fees, and transport passes in the budget tracker.
Instructions
Adds a budget expense to a Wanderlog trip. Expenses appear in the trip's budget tracker and can be linked to a specific place in the itinerary.
Use this after adding places to give the trip a cost dimension — estimated meal costs, entrance fees, transport passes, etc. Linked expenses show up on the place in Wanderlog's budget view.
Returns confirmation with the expense amount and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip to add the expense to. | |
| amount | Yes | Cost amount (e.g. 50, 12.50). | |
| currency | No | ISO 4217 currency code (e.g. 'USD', 'JPY', 'EUR'). Defaults to USD. | USD |
| category | No | Expense category. | other |
| description | Yes | What the expense is for (e.g. 'Lunch at Ichiran Ramen', 'Subway day pass'). | |
| place | No | Optional natural-language reference to link this expense to a place in the trip (e.g. 'Sensō-ji', 'the hotel'). If omitted, the expense is unlinked. | |
| date | No | Date of the expense, YYYY-MM-DD. Defaults to today if omitted. |