You're viewing a demo portfolio

Join the waitlist
PRSM

start_inquiry

Active

Tool of Fursat

declared in 0.1.0

Generate a WhatsApp inquiry link for a Fursat home. Returns a wa.me URL that opens WhatsApp with a prefilled message identifying the listing and (optionally) the guest's dates, party size, and notes. Use this when a traveler wants to actually book or inquire about a specific home after seeing it in search results. Bookings on Fursat happen on WhatsApp — there is no online checkout.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "URL slug of the Fursat listing (e.g., 'pudung-farm')."
    },
    "notes": {
      "type": "string",
      "description": "Free-text notes the assistant should include in the inquiry (e.g., 'celebrating an anniversary', 'need airport pickup quote'). Optional, keep under 280 chars."
    },
    "guests": {
      "type": "number",
      "description": "Total number of guests. Optional."
    },
    "checkIn": {
      "type": "string",
      "description": "Check-in date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date."
    },
    "checkOut": {
      "type": "string",
      "description": "Check-out date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Fursat

https://github.com/fursatdev-tech/fursat

1/7 registries
View full server →
start_inquiry — Fursat — PRSM MCP