← Back to all apps

NEWT(ニュート)

Travelby Reiwa Travel, Inc.
Launched Feb 26, 2026 on ChatGPT

Use ChatGPT to explore NEWT, the smart and great-value travel app. Just tell us your destination, travel dates, and budget in a conversation, and anyone can easily find overseas tour packages that suit them perfectly. When you find a tour you’re interested in, simply tap “View on NEWT” to book smoothly and effortlessly.

Currently available in Japan only.

2ChatGPT Tools
Reiwa Travel, Inc.Developer
TravelCategory

Available Tools

Get Available Destinations

get-available-destinations
Full Description

Use this when you need the list of available travel destinations before performing a tour search. Returns all available destination codes and names. ALWAYS call this tool FIRST before using tour-search to understand which destinations are available and get their correct codes.

Tour Package Search

tour-search
Full Description

Use this when the user asks about tour packages, travel deals, or vacation planning. IMPORTANT: If you haven't retrieved the destination list yet in this conversation, call 'get-available-destinations' first. If you already have the destination list from earlier in this conversation, do NOT call it again - reuse the cached list. Default: Tokyo departure. For vague dates (e.g., 'around December'), uses mid-month dates with ±7 days flexibility and realistic trip duration based on destination (Hawaii: 7 days, Korea/Taiwan: 3 days).

Parameters (1 required, 18 optional)
Required
destinationIdsarray

Destination IDs obtained from 'get-available-destinations' tool. You can specify one or multiple IDs in an array, e.g. [1] for one destination or [1, 2] for multiple destinations.

Optional
adultsnumber

Number of adults

Default: 2
childrenWithBedsnumber

Number of children with beds

Default: 0
childrenWithoutBedsnumber

Number of children without beds

Default: 0
destinationDepartureTimesarray

Departure times at destination

featuresarray

Tour features

flightTypesarray

Direct or transit flights

hotelGradeTypearray

Hotel grade types: GRADE_1_2 (1-2 stars), GRADE_3 (3 stars), GRADE_4 (4 stars), GRADE_5 (5 stars)

infantsnumber

Number of infants

Default: 0
numberOfRoomsnumber

Number of rooms

orderBystring

Sort order for results. IMPORTANT: Always use 'RECOMMENDED' unless user specifically requests price sorting. Default: 'RECOMMENDED'.

Options:RECOMMENDEDPRICE_ASCPRICE_DESC
Default: RECOMMENDED
originAirportIdsarray

Departure airport IDs. IMPORTANT: If the user does not specify a departure location, always use [9] (Tokyo - both Haneda & Narita). Airport ID mapping: Tokyo (Haneda+Narita)=9, Haneda=4, Narita=1, Kansai=5, New Chitose=6, Chubu=7, Fukuoka=8, Kagoshima=44, Kumamoto=50, Naha=51, Komatsu=61, Kobe=73, Takamatsu=11, Okayama=142. For multiple airports, use array like [4, 1] for Haneda and Narita separately.

Default: [9]
originDepartureTimesarray

Departure times from origin

priceFromnumber

Minimum price in JPY per person (per adult). CRITICAL: This is ALWAYS price per adult. If user says total budget (e.g., '2 adults with 500,000 yen budget'), you MUST divide by number of adults: 500,000 ÷ 2 = 250,000 per person. Example: 'under 100,000 yen per person' → priceTo: 100000. Example: '2 adults with 500,000 yen budget' → priceTo: 250000.

priceTonumber

Maximum price in JPY per person (per adult). CRITICAL: This is ALWAYS price per adult. If user says total budget (e.g., '2 adults with 500,000 yen budget'), you MUST divide by number of adults: 500,000 ÷ 2 = 250,000 per person. Example: 'between 50,000 to 100,000 yen per person' → priceFrom: 50000, priceTo: 100000. Example: '2 adults with 500,000 yen budget' → priceTo: 250000.

seatClassarray

Seat class options

travelDateFlexibilitystring

Flexible date range options. CRITICAL: When user says vague dates like 'around December' or 'in December', you MUST use 'PLUS_MINUS_7DAY'. This is MANDATORY for vague dates. Use 'FIXED' ONLY when user specifies exact dates like 'December 25, 2025'. Default: 'PLUS_MINUS_7DAY'.

Options:FIXEDPLUS_MINUS_1DAYPLUS_MINUS_2DAYPLUS_MINUS_3DAYPLUS_MINUS_7DAY
travelDateFromstring

Start date of travel in YYYY-MM-DD format. IMPORTANT: When user says vague dates like 'around December' or 'in December', use the 15th of that month (e.g., '2025-12-15' for December). This represents mid-month and works well with PLUS_MINUS_7DAY flexibility. Calculate from current date when user says relative dates like '30 days from now'. Always use ISO format YYYY-MM-DD. Example: 'around December' → '2025-12-15'.

travelDateTostring

End date of travel in YYYY-MM-DD format, must be after travelDateFrom. IMPORTANT: When dates are vague (e.g., 'around December'), calculate based on destination distance: Taiwan/Korea/nearby Asian countries = 2 days after travelDateFrom (e.g., 2025-12-15 → 2025-12-17 for 3-day trip), Hawaii/distant destinations = 7 days after travelDateFrom. For specific 'X nights Y days', use NIGHTS (X): travelDateTo = travelDateFrom + X days. Example: 'around December, Taiwan' → from '2025-12-15' to '2025-12-17'. Always use ISO format YYYY-MM-DD.