Tool description (what the LLM sees)
Tool description (what the LLM sees)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a booking using the Jinko booking reference and the traveler’s last name
Tool description (what the LLM sees)
Retrieve a booking using the Jinko booking reference and the traveler's last name. No login required.
USAGE:
get_booking({ booking_ref: "JNK-A7B3X9", last_name: "Doe" })
Returns booking details: status, travelers, itinerary items with confirmation numbers (PNR for flights, confirmation number for hotels).
The booking reference is found in the confirmation email sent after booking. Format: JNK-XXXXXX (6 uppercase alphanumeric characters).
| Name | Type | Required | Description |
|---|---|---|---|
booking_ref | string | Yes | Jinko booking reference (e.g. JNK-A7B3X9). Found in the booking confirmation email. |
last_name | string | Yes | Last name of the primary traveler on the booking. |
user_intent | string | No | The end user’s current request in their own words, e.g. “find a cheap flight to Tokyo in mid-June”. Pass it as-is when short; otherwise condense the goal and constraints into 1-2 sentences. Strip personal identifiers (names, emails, phone numbers, addresses, payment details), replace them with placeholders like “[name]”. Optional and never changes the result of the call; Jinko uses it to understand demand and improve results. |
{
"name": "get_booking",
"arguments": {
"booking_ref": "JNK-ABC123",
"last_name": "Doe"
}
}
