start_inquiry
ActiveTool of Fursat
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
}Parent server
Fursat
https://github.com/fursatdev-tech/fursat
1/7 registries