Skip to main content
Glama

kroger_search

Retrieve exact SKU-level prices (regular and promo) for products at Kroger-banner stores via Kroger's official API. Query any product, like 'greek yogurt', to see precise pricing.

Instructions

Exact SKU-level prices (regular and promo) from a Kroger-banner store via Kroger's official API — Kroger, Harris Teeter, Ralphs, Fred Meyer, King Soopers, QFC, Smith's. More precise than the circular. Requires Kroger API credentials; without them the other tools still work.

Args: query: product term, e.g. "greek yogurt". location_id: store ID from kroger_find_stores. Optional if KROGER_LOCATION_ID is set. limit: max products (default 15).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
location_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must disclose behavior. It does so by stating the credential requirement, the official API source, and the banner store coverage. It does not mention failure modes or rate limits, but it covers the key auth prerequisite and precision claim.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence and uses a clear Args block for parameter details. The list of banners is useful but somewhat lengthy. Overall, it is concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema covers return values, so the description focuses on inputs, auth, and comparison to the circular. It lacks explicit differentiation from price_check or search_deals, but the credential note and 'more precise than the circular' cover common alternatives. For a search/pricing tool, this is reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no per-parameter descriptions (0% coverage), so the description fully compensates by explaining each parameter: query with example, location_id as store ID from kroger_find_stores with optionality based on an environment variable, and limit with default. This adds complete semantic meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Exact SKU-level prices (regular and promo) from a Kroger-banner store via Kroger's official API' and lists specific banners. It distinguishes itself from store_circular by claiming higher precision and from other tools through the credential requirement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly notes that 'Requires Kroger API credentials; without them the other tools still work,' signalling when to use this tool. It also says 'More precise than the circular,' providing a direct comparison to store_circular. However, it does not explicitly mention alternatives like price_check or search_deals.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/tx-smitht/grocery-deals-mcp'

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