naczarter.pl
Online yacht charter booking for the Masurian Lakes, Poland.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 2 · Act 1 · Transact 1 · Score: Not yet scored
Tool inspector
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.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
slug |
string | yes | Yacht slug from search_charters |
from |
string | yes | Start date YYYY-MM-DD |
to |
string | yes | End date YYYY-MM-DD |
firstName |
string | yes | — |
lastName |
string | yes | — |
email |
string | yes | Customer email (booking confirmation + payment link) |
phone |
string | yes | Customer phone, at least 9 digits |
agreementAccepted |
boolean | yes | Must be true — the customer accepts the booking & cancellation terms |
oneWay |
boolean | no | — |
paymentProvider |
string | no | Payment gateway (default payu) |
Raw JSON schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"minLength": 1,
"description": "Yacht slug from search_charters"
},
"from": {
"type": "string",
"format": "date",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Start date YYYY-MM-DD"
},
"to": {
"type": "string",
"format": "date",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "End date YYYY-MM-DD"
},
"firstName": {
"type": "string",
"minLength": 2
},
"lastName": {
"type": "string",
"minLength": 2
},
"email": {
"type": "string",
"format": "email",
"description": "Customer email (booking confirmation + payment link)"
},
"phone": {
"type": "string",
"pattern": "^[+()0-9 .\\-]{9,}$",
"minLength": 9,
"description": "Customer phone, at least 9 digits"
},
"agreementAccepted": {
"type": "boolean",
"const": true,
"description": "Must be true — the customer accepts the booking & cancellation terms"
},
"oneWay": {
"type": "boolean"
},
"paymentProvider": {
"type": "string",
"enum": [
"payu",
"stripe"
],
"description": "Payment gateway (default payu)"
}
},
"required": [
"slug",
"from",
"to",
"firstName",
"lastName",
"email",
"phone",
"agreementAccepted"
],
"additionalProperties": false
}
Similar websites
placemania.sk
Atlas of unconventional places and detours worth adding to your travel itinerary.
esdeveniments.cat
Discover what's on in Catalonia — concerts, exhibitions, theatre, family activities and free events near you.
nycrsvps.com
A reference guide for when popular New York City restaurants (Don Angie, Carbone, and more) release reservations. WebMCP tools let an agent search and filter th…
feverup.com
Discover the best events, experiences, and things to do in your city.