Skip to main content
Glama

Israeli supermarket prices (Foodiepedia)

Which chain is cheapest on average

rank_chains
Read-onlyIdempotent

Ranks Israeli supermarket chains by how much more they charge than the cheapest price, over a common set of identical products.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already cover safety with readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to restate those. It adds useful methodological context about ranking over a common product set, but it does not disclose output format, data source, or averaging details.

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?

A single focused sentence that front-loads the action and subject, then adds the ranking criterion and scope. No filler or redundant wording.

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 low-complexity, parameterless tool with strong annotations, the description is nearly complete: it explains what is ranked, on what basis, and over what product set. The main gap is the lack of explicit output format, but the ranking intent is clear enough for an agent to invoke it.

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

Parameters4/5

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

The tool has zero parameters and the schema is empty with 100% coverage, so there is no parameter burden for the description to carry. Baseline 4 applies because there is nothing to document.

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 uses a specific verb ('Ranks') with a clear resource ('Israeli supermarket chains') and a precise basis ('how much more they charge than the cheapest price'). The phrase 'over a common set of identical products' further distinguishes this chain-level comparison from product- or basket-level sibling tools.

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

Usage Guidelines3/5

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

The description implies a use case: call this when you need a chain-level ranking, not individual product prices or basket comparisons. However, it never explicitly says when to prefer this tool over compare_basket, get_product_prices, or search_products, nor does it name any exclusions.

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