mcp-publix
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| product_searchC | Search for products available at Publix grocery stores. Returns product name, price, and aisle location. |
| store_finderA | Find Publix grocery store locations near a zip code or city. Returns store address, hours, and phone number. |
| weekly_dealsA | Get the current weekly deals and specials at Publix. Optionally filter by category. Returns item name, original price, sale price, and savings. |
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 3 tools
Each tool has a clearly distinct purpose: product_search focuses on product details, store_finder on store locations, and weekly_deals on promotions. There is no overlap in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent snake_case pattern with clear, descriptive verb_noun combinations (product_search, store_finder, weekly_deals). This uniformity enhances readability and predictability.
With 3 tools, this server is well-scoped for a grocery store assistant, covering key areas like product lookup, store location, and deals. Each tool earns its place without being overly sparse or bloated.
The toolset covers core grocery shopping needs—finding products, stores, and deals—with no obvious dead ends. A minor gap might be the lack of tools for managing a shopping list or checking inventory, but the existing tools support basic workflows effectively.