TravelWebMCP verified
naczarter.pl WebMCP tools
Online yacht charter booking for the Masurian Lakes, Poland.
TravelWebMCP verified
Online yacht charter booking for the Masurian Lakes, Poland.
Online yacht charter booking for the Masurian Lakes, Poland. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Search available yacht charters on the Masurian Lakes (Mazury). Filter by city/port, dates, category, number of people and max daily price. Returns up to 8 matching yachts with a 'from' price and whether each is free in the given date range. Use this first to find candidates, then quote_charter for an exact price.
Open the naczarter.pl website and ask your browser agent to use search_chartersInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the search_charters tool on naczarter.pl with city: <string>, from: <string>, to: <string>, category: <string>, minPeople: <integer>, priceMax: <number>, page: <integer>. Return the structured result and cite the source page.city string City or port name, e.g. 'Giżycko', 'Mikołajki'from string Charter start date, format YYYY-MM-DDto string Charter end date, format YYYY-MM-DDcategory string Yacht categoryminPeople integer Minimum berths/people requiredpriceMax number Maximum price per day (PLN)page integer Result page, 0-basedGet the authoritative, server-computed price and availability for one yacht and exact dates. Returns whether the dates are available, the number of days, the charter price payable online, the mandatory fees paid on-site, the total and the currency — or a reason the dates cannot be booked (min/max stay, week-only, taken). Prices cannot be spoofed; this is the source of truth.
Open the naczarter.pl website and ask your browser agent to use quote_charterInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the quote_charter tool on naczarter.pl with slug: <string>, from: <string>, to: <string>, oneWay: <boolean>. Return the structured result and cite the source page.slug string Yacht slug from search_chartersfrom string Start date YYYY-MM-DDto string End date YYYY-MM-DDoneWay boolean Return the yacht at a different port (adds the one-way fee)Get the specification and stay rules of one yacht: model, year, berths/people, length, engine power, home port, whether it can be rented without a sailing licence or with a skipper, and min/max stay. Does not include price — use quote_charter for the exact price.
Open the naczarter.pl website and ask your browser agent to use get_charter_detailsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_charter_details tool on naczarter.pl with slug: <string>. Return the structured result and cite the source page.slug string Yacht slug from search_chartersCreate a provisional (unpaid, PENDING) reservation that holds the dates, and return a secure payment link. The customer completes payment themselves at the returned checkoutUrl — this tool never charges. You MUST first obtain the customer's explicit consent to the booking and cancellation terms and pass agreementAccepted=true. Collect first name, last name, email and phone. If booking is not possible, a bookingUrl to finish manually on the site is returned.
Open the naczarter.pl website and ask your browser agent to use book_charterInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the book_charter tool on naczarter.pl with slug: <string>, from: <string>, to: <string>, firstName: <string>, lastName: <string>, email: <string>, phone: <string>, agreementAccepted: <boolean>, oneWay: <boolean>, paymentProvider: <string>. Return the structured result and cite the source page.slug string Yacht slug from search_chartersfrom string Start date YYYY-MM-DDto string End date YYYY-MM-DDfirstName string lastName string email string Customer email (booking confirmation + payment link)phone string Customer phone, at least 9 digitsagreementAccepted boolean Must be true — the customer accepts the booking & cancellation termsoneWay boolean paymentProvider string Payment gateway (default payu)