← WebMCP Directory

naczarter.pl

naczarter.pl

live Unverified (seed import) Travel & Events 4 tools imperative implementation

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

transact imperative May require confirmation

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

PropertyTypeRequiredDescription
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

placemania.sk

Atlas of unconventional places and detours worth adding to your travel itinerary.

live Unverified Travel & Events
9 tools A0 / Act9 / T0 Not yet scored Seen 2026-08-17
site_manifest site_search site_get_content site_get_chunk site_get_schema
Inspect tools
esdeveniments.cat

esdeveniments.cat

Discover what's on in Catalonia — concerts, exhibitions, theatre, family activities and free events near you.

live Unverified Travel & Events
5 tools A5 / Act0 / T0 Not yet scored Seen 2026-08-17
search-events get-event-details get-categories get-places get-events-by-place
Inspect tools
nycrsvps.com

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…

live Unverified Travel & Events
5 tools A4 / Act1 / T0 Not yet scored Seen 2026-08-17
find_restaurants get_reservation_open_date check_reservation_open_date go_to_rsvp_calculator search_restaurants
Inspect tools
feverup.com

feverup.com

Discover the best events, experiences, and things to do in your city.

live Unverified Travel & Events
4 tools A0 / Act4 / T0 Not yet scored Seen 2026-08-17
toggle_plan_favorite home_list_cities home_navigate_to_city webmcp_get_page_summary
Inspect tools

Related on Influzer