Tools
| Name | Description |
|---|---|
list_reservationsList reservations with optional filters | List reservations with optional filters |
get_reservationGet reservation details by ID | Get reservation details by ID |
create_quoteCreate a Guesty price quote for a reservation. | Create a Guesty price quote for a reservation. |
create_reservation_from_quoteCreate a Guesty reservation from an existing quote using Reservations V3. | Create a Guesty reservation from an existing quote using Reservations V3. |
quick_book_reservationCreate a Guesty reservation without first creating a quote. | Create a Guesty reservation without first creating a quote. |
update_reservation_statusUpdate the status of a Guesty reservation using the Reservations V3 status endpoint. | Update the status of a Guesty reservation using the Reservations V3 status endpoint. |
approve_channel_reservationApprove a Guesty channel reservation in reserved status. | Approve a Guesty channel reservation in reserved status. |
decline_channel_reservationDecline a Guesty channel reservation in reserved status. | Decline a Guesty channel reservation in reserved status. |
pre_approve_channel_reservationPre-approve a Guesty channel reservation inquiry. | Pre-approve a Guesty channel reservation inquiry. |
request_channel_reservation_cancellationRequest cancellation of a confirmed Guesty channel reservation. | Request cancellation of a confirmed Guesty channel reservation. |
list_listingsList all property listings | List all property listings |
get_listingGet a Guesty listing by ID. | Get a Guesty listing by ID. |
create_listingCreate a Guesty listing using the provider listing request body. | Create a Guesty listing using the provider listing request body. |
update_listingUpdate a Guesty listing by ID. | Update a Guesty listing by ID. |
set_listing_listedList or unlist a Guesty property on connected booking channels. | List or unlist a Guesty property on connected booking channels. |
get_guestGet guest details by ID | Get guest details by ID |
list_conversationsList Guesty guest message conversations. | List Guesty guest message conversations. |
send_conversation_messageSend a message in a Guesty conversation. | Send a message in a Guesty conversation. |
list_paymentsList Guesty payments or payment records. | List Guesty payments or payment records. |
get_reservation_folioGet folio or financial details for a Guesty reservation. | Get folio or financial details for a Guesty reservation. |
add_reservation_paymentCreate an immediate, future, or recorded Guesty payment on a reservation. | Create an immediate, future, or recorded Guesty payment on a reservation. |
update_reservation_paymentUpdate an upcoming Guesty reservation payment. To cancel through this endpoint, set the provider payment status to CANCELLED. | Update an upcoming Guesty reservation payment. To cancel through this endpoint, set the provider payment status to CANCELLED. |
cancel_reservation_paymentCancel a pending or recorded Guesty reservation payment. | Cancel a pending or recorded Guesty reservation payment. |
refund_reservation_paymentRefund a Guesty payment charged on an existing reservation. | Refund a Guesty payment charged on an existing reservation. |
create_taskCreate a new task for a listing | Create a new task for a listing |
create_reservation_commentCreate an internal Guesty reservation comment or reply. | Create an internal Guesty reservation comment or reply. |
update_reservation_commentUpdate an internal Guesty reservation comment. | Update an internal Guesty reservation comment. |
delete_reservation_commentSoft-delete an internal Guesty reservation comment. | Soft-delete an internal Guesty reservation comment. |
Triggers
| Name | Description |
|---|---|
new_reservationTriggers when a new reservation is created | Triggers when a new reservation is created |
reservation_updatedTriggers when a reservation is updated | Triggers when a reservation is updated |
reservation_cancelledTriggers when a reservation is cancelled | Triggers when a reservation is cancelled |
message_receivedTriggers when a Guesty message webhook is received | Triggers when a Guesty message webhook is received |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('guesty', 'list_reservations', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'guesty',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Guesty to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Guesty support?
Guesty supports 28 tools including List Reservations, Get Reservation, Create Quote, Create Reservation From Quote, Quick Book Reservation, and more.
Can I use Guesty with AI agents?
Yes. Add Guesty to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Guesty to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Guesty as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Guesty tools exposed by that workspace.
Does Guesty work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Guesty work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Guesty?
Guesty exposes 28 tools, including List Reservations, Get Reservation, Create Quote, Create Reservation From Quote, Quick Book Reservation, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Guesty be used in stateful agent workflows?
Yes. Agents can combine Guesty tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Guesty use?
Guesty uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Guesty integration cost?
The Guesty integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Guesty support?
Guesty supports 4 triggers including New Reservation, Reservation Updated, Reservation Cancelled, Message Received.
Connect Guesty in minutes
Get 20,000 free action executions every month. No credit card required.