Skip to main content
Glama

offerhopper.ai Grocery and Drug Store Shopping Assistant

Server Details

German grocery and drug store real time prices and offers including optimal route planing

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 1 of 1 tools scored.

Server CoherenceA
Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The agent can only select this single tool.

Naming Consistency5/5

With only one tool, naming consistency is inherently maintained. The tool name 'find_grocery_deals' clearly describes its function using a verb_noun pattern.

Tool Count2/5

The server has only one tool, which is too few for the apparent complexity of a grocery shopping assistant covering multiple stores, routes, and shareable lists. A more modular approach with separate tools for search, pricing, routing, and list management would be more appropriate.

Completeness2/5

The single tool bundles many features, but this makes it a monolithic operation. The domain likely requires separate operations like fetching store lists, updating shopping lists, or comparing individual stores, which are missing. The tool's scope is narrow despite its lengthy description.

Available Tools

1 tool
find_grocery_dealsFind grocery dealsA
Read-only
Inspect

Finds the best current grocery and drug store products, their prices and deals across German supermarkets and drug stores (REWE, Aldi, Lidl, Penny, Netto, Norma, Edeka, DM, Rossmann, Mueller) for a given shopping list and starting location in Germany. Returns real product matches with live prices, calculated savings vs. average single-store price, an optimized route, and a shareable interactive grocery list for easier shopping. Supports car, bicycle, and pedestrian travel modes. For corridor trips (A-to-B), supply 'end_location' to route stores along the way.

ParametersJSON Schema
NameRequiredDescriptionDefault
itemsYesThe shopping list in natural language (e.g. '3x milk, eggs, bread')
km_costNoTravel cost penalty per kilometer (forced to 0.0 for bicycle/pedestrian)
locationYesStarting location (ZIP code, city, or address in Germany)
hour_costNoTime cost penalty in EUR per hour (defaults to 12.0)
max_storesNoMaximum number of store stops to allow in the route
travel_modeNoTravel mode to usecar
end_locationNoOptional destination location if not a round trip
max_radius_kmNoMaximum search radius in kilometers (defaults by travel mode)
shopping_time_per_storeNoBase shopping minutes spent per store (defaults to 10)

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior5/5

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

Beyond annotations (readOnlyHint, openWorldHint), the description adds valuable behavioral details: it returns live prices, calculated savings, an optimized route, and a shareable list. It specifies supported travel modes (car, bicycle, pedestrian) and explains how the tool behaves for corridor vs. round trips. No contradictions with annotations.

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 a concise paragraph of three sentences, front-loaded with the main purpose and scope. It covers key aspects without fluff. A slightly more structured format (e.g., bullet points) could improve scannability, but current form is efficient and easy to parse.

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?

Given the tool's complexity (9 parameters, multiple outputs including route and shareable list) and the existence of an output schema, the description adequately summarizes the main use case and output types. It lists the supported stores and travel modes. Minor omissions like max_stores or shopping_time_per_store are covered by the schema, so completeness is high.

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 input schema has 100% description coverage, so the baseline is 3. The description references some parameters (items, location, end_location, travel_mode) but does not add significant meaning beyond the schema's own parameter descriptions, which are already detailed (e.g., km_cost forced to 0.0 for bicycle/pedestrian). Thus, the description adds minimal extra value for parameter semantics.

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 the tool's purpose: finding best grocery deals across specific German stores for a given shopping list and location. It specifies the verb (find), resource (grocery deals), scope (German supermarkets), and outputs (products, prices, savings, route). With no siblings, differentiation is not needed.

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 provides usage context: for corridor trips (A-to-B) the 'end_location' parameter should be supplied. It also implies use when comparing prices across stores. However, no explicit alternatives are mentioned since there are no sibling tools, so the score reflects clear but non-comparative guidance.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources