Tool description (what the LLM sees)
Tool description (what the LLM sees)
Parameters
Examples
Shop for exchange options (guest path):offer_id per option.
Price a specific offer:
price_delta (can be positive or negative), airline_penalty, service_fee, and a session_reference to commit against.
Commit the exchange:
The 4-step flow is serial, each step produces the token/reference the next needs. Always surface the priced delta (step 2) to the user for confirmation before calling
commit (step 3).