Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REZDY_API_KEYYesYour Rezdy Agent API key, obtainable from your Rezdy Agent account settings under API Keys.
REZDY_ENVIRONMENTNoThe 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 16 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues