WebMCP

TravelWebMCP verified

naczarter.pl WebMCP tools

Online yacht charter booking for the Masurian Lakes, Poland.

4 tools1 methodsspec API surface

What can an agent do with naczarter.pl WebMCP tools?

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.

WebMCP tools on naczarter.pl

Tool 1 of 4WebMCPAnswer

search_charters

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.

How to install

Open the naczarter.pl website and ask your browser agent to use search_charters

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

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.

Input contract

  • city string City or port name, e.g. 'Giżycko', 'Mikołajki'
  • from string Charter start date, format YYYY-MM-DD
  • to string Charter end date, format YYYY-MM-DD
  • category string Yacht category
  • minPeople integer Minimum berths/people required
  • priceMax number Maximum price per day (PLN)
  • page integer Result page, 0-based

Open the source definition

Tool 2 of 4WebMCPAction

quote_charter

Get 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.

How to install

Open the naczarter.pl website and ask your browser agent to use quote_charter

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

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.

Input contract

  • slug string Yacht slug from search_charters
  • from string Start date YYYY-MM-DD
  • to string End date YYYY-MM-DD
  • oneWay boolean Return the yacht at a different port (adds the one-way fee)

Open the source definition

Tool 3 of 4WebMCPAnswer

get_charter_details

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.

How to install

Open the naczarter.pl website and ask your browser agent to use get_charter_details

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_charter_details tool on naczarter.pl with slug: <string>. Return the structured result and cite the source page.

Input contract

  • slug string Yacht slug from search_charters

Open the source definition

Tool 4 of 4WebMCPSensitive action

book_charter

Create 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.

How to install

Open the naczarter.pl website and ask your browser agent to use book_charter

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

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.

Input contract

  • slug string Yacht slug from search_charters
  • from string Start date YYYY-MM-DD
  • to string End date YYYY-MM-DD
  • firstName string
  • lastName string
  • email string Customer email (booking confirmation + payment link)
  • phone string Customer phone, at least 9 digits
  • agreementAccepted boolean Must be true — the customer accepts the booking & cancellation terms
  • oneWay boolean
  • paymentProvider string Payment gateway (default payu)

Open the source definition