Skip to main content
Glama
nicktcode

Swissgroceries MCP

search_products

Find and compare products across Swiss grocery stores using keyword search, with filters for price, size, and tags to locate organic, vegan, or budget items.

Instructions

Search for products across configured Swiss grocery chains (Migros, Coop, Aldi, Denner, Lidl) by keyword. Supports optional filters for price, size range, and product tags (organic, vegan, budget, etc.). Returns results grouped by chain with normalised price, unit price, size, and promotion info. Use for "find organic milk under 2 CHF", "compare pasta prices", or "search for gluten-free bread".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch term in any language, e.g. "Milch", "pâtes", "Bier". At least 1 character.
chainsNoRestrict search to specific chains. Omit to search all configured chains in parallel.
storeIdsNoFilter results to products available in these store IDs (chain-specific internal IDs).
filtersNoOptional product filters applied after search.
limitNoMaximum number of results per chain (1–50). Defaults to chain-specific limit.
offsetNoSkip the first N results per chain. Use with `limit` to paginate. Default 0.
Behavior3/5

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

No annotations exist, so the description must carry the full burden. It states results are 'grouped by chain with normalised price, unit price, size, and promotion info', which is useful. However, it does not disclose pagination behavior, error handling, or consequences of missing data. The description adds value but is not exhaustive.

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?

The description is two sentences plus a list of example uses, all front-loaded with essential information. Every sentence serves a purpose—scope, filters, returns, and examples—without unnecessary verbiage. 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?

Given the complexity (6 parameters, nested objects, no output schema), the description covers the main aspects: chains, filters, returned fields, and example uses. It omits explicit pagination info but the schema has limit/offset. With no output schema, mentioning the returned structure ('grouped...normalised price...') is helpful. It is fairly complete.

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?

Schema description coverage is 100%, so the schema already documents all parameters. The description does not add new parameter-level details beyond giving example tags and chains. It reinforces the schema but does not enhance semantic understanding further, meeting the baseline of 3.

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 searches for products across specific Swiss grocery chains by keyword, with optional filters. It provides concrete example queries like 'find organic milk under 2 CHF', making the purpose unmistakable. The sibling tools (e.g., get_product, find_stock) have different scopes, so this tool is well-distinguished.

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 explicitly gives use cases such as 'compare pasta prices' or 'search for gluten-free bread', telling the agent when to use it. However, it does not provide explicit when-not-to-use guidance or compare with alternative tools (e.g., get_product for specific products), leaving room for ambiguity.

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/nicktcode/swissgroceries-mcp'

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