Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
kroger_loginA

Log in to Kroger account with email and password. Required before most operations.

kroger_set_storeA

Set the preferred Kroger store location by zip code or store ID. This determines product availability and prices.

kroger_search_productsA

Search for products on Kroger by name, brand, or category. Returns product details with prices.

kroger_get_product_detailsA

Get detailed information about a specific product including nutrition facts, ingredients, and availability.

kroger_add_to_cartA

Add a product to the Kroger shopping cart with specified quantity.

kroger_view_cartA

View current items in the Kroger shopping cart with prices and totals.

kroger_update_cart_itemA

Update quantity of an item in the cart or remove it entirely.

kroger_get_couponsA

Get available digital coupons that can be clipped to the Kroger Plus card.

kroger_clip_couponA

Clip a digital coupon to the Kroger Plus card for automatic discount at checkout.

kroger_get_fuel_pointsA

Check current fuel points balance and available fuel point rewards.

kroger_get_delivery_slotsA

Get available delivery time slots for the current cart and store.

kroger_get_pickup_slotsA

Get available pickup time slots for the current cart and store.

kroger_checkoutA

Proceed to checkout with the current cart. Returns order summary for confirmation.

kroger_get_order_historyB

Get recent order history from Kroger account.

kroger_reorderB

Reorder items from a previous order.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 15 tools

Disambiguation5/5

Each tool targets a distinct action/resource: login, store selection, product search/details, cart operations, coupons, fuel points, slots, checkout, order history/reorder. There is no meaningful overlap between any two tools.

Naming Consistency5/5

All tools follow the kroger_verb_noun pattern with snake_case. Verbs are consistent (login, set, search, get, add, view, update, clip, checkout, reorder) and the prefix is uniform.

Tool Count5/5

15 tools cover the full grocery shopping workflow without excess. The count is well within the 3-15 typical range and each tool earns its place for a cohesive experience.

Completeness4/5

The surface covers login through checkout, including order history and reorder. Minor gaps exist (e.g., no explicit account management, no coupon removal), but the core lifecycle is fully represented.

Maintenance

ActivityInactive
ResponsivenessNo issues