Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP transport.8080
VOILA_GUESTNoSet to '1' to force guest session behavior for safe introspection environments (e.g., Glama).
MCP_HTTP_HOSTNoHost for HTTP transport when MCP_TRANSPORT=http.0.0.0.0
MCP_HTTP_PATHNoHTTP path for MCP endpoint./mcp
MCP_TRANSPORTNoTransport mode: 'stdio' (default) or 'http'.stdio
VOILA_AUTH_SESSION_PATHNoAbsolute path to session JSON file captured via CLI. Required for authenticated session.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
voila_check_session_healthA

Check whether the configured Voila session is active, retryable, expired, or guest-only.

voila_get_active_shopping_contextC

Read the active Voila delivery and cart context. Preferred first step for order planning before product discovery because availability and pricing are session and slot-context sensitive.

voila_get_slot_listingsA

List available Voila delivery slots for an explicit delivery destination and region. Preferred first step for order planning; this is read-only and does not reserve a slot.

voila_reserve_slotA

Reserve a caller-selected Voila delivery slot. This is a mutation and should only be called after a latest slot listing and explicit user confirmation.

voila_search_productsA

Search Voila products by text query for the current session context. Product availability and pricing are session and slot-context sensitive, so prefer checking slots first when planning an order.

voila_get_category_productsA

Fetch products for a Voila category id for the current session context. Product availability and pricing are session and slot-context sensitive, so prefer checking slots first when planning an order.

voila_get_discounted_productsA

Fetch discounted Voila products from promotions. Product availability and pricing are session and slot-context sensitive, so prefer checking slots first when planning an order. By default returns only meaningful discounts ($0.50 or 10% savings); lower thresholds only when the user asks. Query matches are filtered locally and include scan metadata.

voila_get_completed_ordersA

Fetch completed Voila orders with cursor pagination for the authenticated account.

voila_get_order_detailsA

Fetch item-level details for one completed Voila order by order id.

voila_get_completed_order_itemsA

Aggregate previously ordered items across completed orders, optionally within a date range.

voila_get_cartA

Fetch the current active cart with totals, limited items, unavailable data, and pricing notices.

voila_add_cart_itemsA

Add product quantity deltas to the active cart using Voila product UUIDs.

voila_remove_cart_itemsA

Remove product quantity deltas from the active cart using Voila product UUIDs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dearlordylord/voila-sdk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server