Rezdy Agent MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REZDY_API_KEY | Yes | Your Rezdy Agent API key, obtainable from your Rezdy Agent account settings under API Keys. | |
| REZDY_ENVIRONMENT | No | The Rezdy environment to connect to, typically 'production' or 'staging'. | production |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rezdy_agent_configureC | Configure Rezdy Agent API connection with API key and environment |
| rezdy_agent_search_productsC | Search marketplace products from all suppliers |
| rezdy_agent_get_productC | Get detailed information about a specific marketplace product |
| rezdy_agent_get_product_pickupsC | Get pickup locations for a specific product |
| rezdy_agent_search_availabilityB | Search availability sessions for a product with pricing |
| rezdy_agent_quote_bookingC | Get a quote for a booking with pricing details |
| rezdy_agent_create_bookingC | Create a confirmed booking |
| rezdy_agent_get_bookingC | Get details of a specific booking |
| rezdy_agent_update_bookingC | Update an existing booking |
| rezdy_agent_cancel_bookingC | Cancel an existing booking |
| rezdy_agent_search_customersC | Search agent customer database |
| rezdy_agent_create_customerC | Create a new customer profile |
| rezdy_agent_get_customerC | Get details of a specific customer |
| rezdy_agent_get_categoriesB | Get all marketplace product categories |
| rezdy_agent_get_locationsC | Get all marketplace locations |
| rezdy_agent_get_suppliersB | Get all marketplace suppliers |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Every tool has a clearly distinct purpose targeting specific resources and actions in the Rezdy booking system. The tools are well-organized around core workflows like booking management (create, get, update, cancel, quote), customer operations (create, get, search), and marketplace exploration (products, categories, suppliers, locations), with no overlapping functionality that would cause confusion.
All tools follow a perfectly consistent naming pattern: 'rezdy_agent_' prefix followed by a verb_noun structure (e.g., create_booking, get_customer, search_products). This uniformity makes the tool set predictable and easy for an agent to navigate, with no deviations in style or convention.
With 16 tools, the server is well-scoped for its purpose of managing bookings, customers, and marketplace data in Rezdy. Each tool earns its place by covering essential operations without redundancy, such as CRUD for bookings and customers, plus search and retrieval functions for products and related resources, making the count appropriate for the domain.
The tool set provides complete coverage for the Rezdy booking domain, including full CRUD lifecycle for bookings (create, get, update, cancel, quote) and customers (create, get, search), plus comprehensive marketplace exploration (products, categories, suppliers, locations, availability). There are no obvious gaps, ensuring agents can handle end-to-end workflows without dead ends.