South Padre Trips Booking
Browse, quote, and book vacation rentals on South Padre Island, Texas.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Properties: Search South Padre Trips vacation rentals by dates, guests, bedrooms, and amenities.
- Get Property Details: Get full details for a South Padre Trips property.
- Check Availability: Check if a property is available for given dates. Also checks for active soft holds from other sessions.
What data it sees
Do you need an account
No: the server works without sign-in
Browse, quote, and book vacation rentals on South Padre Island, Texas. 100+ properties with instant pricing, live availability via Guesty, and soft holds to prevent double-booking.
Server tool list (23)
Raw names from tools/list. Only developers need these.
| search_properties | Search South Padre Trips vacation rentals by dates, guests, bedrooms, and amenities. |
| get_property_details | Get full details for a South Padre Trips property. |
| check_availability | Check if a property is available for given dates. Also checks for active soft holds from other sessions. |
| get_quote | Get a real pricing quote for a property. Automatically places a 15-minute soft hold on the dates to prevent double-booking while the guest decides. |
| release_hold | Release a soft availability hold on dates before the 15-minute TTL expires. Call this if the guest decides not to book. |
| get_similar_properties | Get similar property recommendations when a property is unavailable or the guest wants alternatives. Returns top 3 most similar properties ranked by bedroom count, features, and capacity. |
| get_policies | Get property policies. |
| create_guest_lead | Capture a guest booking inquiry. Always include sms_consent=true only if guest explicitly agreed to receive texts. |
| create_owner_lead | Capture a property owner inquiry. |
| create_support_ticket | Create a support or maintenance request. |
| create_reservation | Create a reservation inquiry in Guesty. Requires API key. Returns reservation ID and confirmation code. |
| get_reservation | Get the status and details of an existing reservation. |
| get_payment_link | Generate a direct booking/payment URL. |
| confirm_reservation | Confirm a pending reservation in Guesty. Requires API key. |
| cancel_reservation | Cancel an existing reservation in Guesty. Requires API key. |
| list_reservations | List recent Guesty reservations. Filter by status. |
| create_payment_intent | Create a Stripe PaymentIntent for an existing reservation. Returns client_secret for embedding the Stripe Payment Element in chat. Requires Stripe to be configured. |
| get_cancellation_policy | Get the cancellation policy and refund schedule for a property. Use this before request_cancellation so the guest knows how much they will be refunded. |
| request_cancellation | Cancel a reservation and process a refund according to the property cancellation policy. Calculates the refund amount based on how far out the check-in date is, issues a Stripe refund (if a payment exists), and cancels the reservation in Guesty. Requires explicit guest confirmation before this is called. |
| check_refund_status | Check the status of a previously issued Stripe refund. |
| semantic_search_properties | Natural-language property search using embeddings. Use this for queries with multiple soft constraints like "beachfront condo with hot tub, kid-friendly, walkable to restaurants". Returns semantically ranked properties — combine with hard filters (dates, guests) for hybrid search. |
| get_guest_history | Get a returning guest's past stays to personalize the conversation. Use email to look up. Returns is_returning:true with last 3 stays if found. |
| image_search_properties | Find properties similar to a reference image. Provide image_url (preferred) or image_base64. The AI describes the image then matches it against our property catalog using semantic search. |