Weavz
Guesty

Guesty

Property management platform for short-term rentals

API KeyCommerce
28 tools
4 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_reservations

List reservations with optional filters

get_reservation

Get reservation details by ID

create_quote

Create a Guesty price quote for a reservation.

create_reservation_from_quote

Create a Guesty reservation from an existing quote using Reservations V3.

quick_book_reservation

Create a Guesty reservation without first creating a quote.

update_reservation_status

Update the status of a Guesty reservation using the Reservations V3 status endpoint.

approve_channel_reservation

Approve a Guesty channel reservation in reserved status.

decline_channel_reservation

Decline a Guesty channel reservation in reserved status.

pre_approve_channel_reservation

Pre-approve a Guesty channel reservation inquiry.

request_channel_reservation_cancellation

Request cancellation of a confirmed Guesty channel reservation.

list_listings

List all property listings

get_listing

Get a Guesty listing by ID.

create_listing

Create a Guesty listing using the provider listing request body.

update_listing

Update a Guesty listing by ID.

set_listing_listed

List or unlist a Guesty property on connected booking channels.

get_guest

Get guest details by ID

list_conversations

List Guesty guest message conversations.

send_conversation_message

Send a message in a Guesty conversation.

list_payments

List Guesty payments or payment records.

get_reservation_folio

Get folio or financial details for a Guesty reservation.

add_reservation_payment

Create an immediate, future, or recorded Guesty payment on a reservation.

update_reservation_payment

Update an upcoming Guesty reservation payment. To cancel through this endpoint, set the provider payment status to CANCELLED.

cancel_reservation_payment

Cancel a pending or recorded Guesty reservation payment.

refund_reservation_payment

Refund a Guesty payment charged on an existing reservation.

create_task

Create a new task for a listing

create_reservation_comment

Create an internal Guesty reservation comment or reply.

update_reservation_comment

Update an internal Guesty reservation comment.

delete_reservation_comment

Soft-delete an internal Guesty reservation comment.

Triggers

Name
new_reservation

Triggers when a new reservation is created

reservation_updated

Triggers when a reservation is updated

reservation_cancelled

Triggers when a reservation is cancelled

message_received

Triggers when a Guesty message webhook is received

Quick Start

TypeScript
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.