Skip to main content
Glama

Israeli supermarket prices (Foodiepedia)

Search Israeli supermarket products

search_products
Read-onlyIdempotent

Find grocery products sold in Israeli supermarkets by Hebrew name, brand or barcode (e.g. 'במבה', 'חלב 3%', '7290100687109'). Returns barcodes with the lowest and highest shelf price across the chains we track. Use the barcode with get_product_prices or compare_basket.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesHebrew product name, brand or barcode

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the tool read-only, idempotent, and non-destructive. The description adds that results are barcodes with lowest/highest shelf price across tracked chains, which explains the cross-chain aggregation. This is useful beyond the annotations, though the exact result structure isn't detailed.

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

Conciseness5/5

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

Three sentences, front-loaded purpose, concrete examples, and a routing directive. No filler and every sentence earns its place.

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?

For a simple two-parameter lookup with strong annotations, the key usage context and downstream integration are covered. The main omission is a fuller return shape, but since no output schema exists, the description gives enough for an agent to know what it will get.

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

Parameters3/5

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

The schema only documents query, and coverage is 50%. The description adds Hebrew inputs and concrete examples for query, which helps, but the limit parameter remains undocumented by both schema and description; its behavior is only inferable from its name/default.

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?

States a precise search behavior (find by Hebrew name, brand, or barcode), the resource (Israeli supermarket products), and the return shape (barcodes with low/high shelf prices). It is clearly distinguished from the sibling price/basket/ranking tools.

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?

The description tells the agent to feed the resulting barcode into get_product_prices or compare_basket, establishing this tool as the product-lookup entry point. It does not explicitly contrast with rank_chains or state a negative case, but the routing is clear enough.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources