Raley
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dealsA | Best-value items this week: clipped coupons + sale prices + price history. Run after 'offers sync'. |
| memoryB | Read or write shopping memory: T1D config, notes, preferences. Persists across sessions. |
| searchC | Search products. Returns best match with SKU, price, unit pricing. |
| addC | Add to cart. Need SKU and price_cents from search. |
| removeB | Remove from cart by SKU. |
| cartB | View cart. Supports summary_only, save_to_file, and limit options. |
| offersD | Coupons. action: list|clip_all|sync. |
| planC | Parse grocery list, find matches. Does not add to cart. |
| priceC | Price history by SKU, search local DB, or clear cache. Use clear=true when user changes store/delivery location. |
| ordersD | Order history. |
| favoritesC | Purchase history from 'previously purchased' API. |
| authA | Check authentication status (no cookie values exposed). |
| knowledgeA | Search installed T1D reference books: GI tables, insulin math, carb counting, recipes, meal planning. Use when the user asks about nutrition science, insulin timing, or needs recipe ideas. |
| read_savedA | Read a previously saved result file (from save_to_file=true). Returns the JSON contents. |
| add_planA | Bulk add items to cart. Pass comma-separated 'sku:cents' or 'sku:cents:qty' pairs. |
| storeB | View/change fulfillment store and delivery address. Prices and availability depend on the fulfillment store. |
| search_batchA | Search multiple products at once. Returns best match per query. Use instead of calling search N times. |
| cart_diffA | Compare a list of expected SKUs against the actual cart. Shows missing, extra, and quantity mismatches. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| weekly_deals | Surface this week's best Raley's deals: clipped coupons + sale items + price history context |
| t1d_meal_plan | Build a T1D-optimized weekly meal plan and shopping list based on current deals and user memory |
| seasonal_now | What California produce is in season right now at Raley's, with GI ratings and meal ideas |
| coupon_matchup | Cross-reference clipped coupons against order history — find stack deals and expiring offers |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/johnzfitch/raley-bot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server