Skip to main content
Glama
sven-borden

galaxus-mcp

by sven-borden

Search products

galaxus_search
Read-only

Search products on Galaxus by keyword, returning matches with prices, ratings, and availability. Use returned facets to narrow results by brand, category, price, or specs.

Instructions

Full-text product search across the shop. Returns matching products with prices, ratings and availability, plus the facets (brand, category, price range, specs) that can be fed back in as filters to narrow the search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoResult ordering.RELEVANCE
limitNoHow many products to return (max 60).
queryYesWhat to search for, e.g. "wireless mouse" or "logitech mx master".
cursorNoPass `next_cursor` from a previous result to page further.
filtersNoFacet constraints, taken from the `filters` block of an earlier result.
max_priceNoMaximum price in CHF (shorthand for the `pr` range filter).
min_priceNoMinimum price in CHF (shorthand for the `pr` range filter).
strict_priceNoKeep only products whose own price is inside min_price/max_price. The shop matches a product when any of its variants is in range, so turning this off can surface products priced outside the range.
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds valuable context about the return contents (prices, ratings, availability) and the facet feedback loop, which explains how the tool behaves beyond simple read-only. No contradiction 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.

Conciseness5/5

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

The description is two sentences long, front-loaded with the core purpose, and every sentence adds meaningful information. There is no redundancy or fluff.

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 search tool with 8 parameters and no output schema, the description covers the main return value (products with metrics and facets) and the iteration pattern. The schema handles remaining details like pagination and limits. It is complete enough for an agent to correctly invoke the tool.

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 descriptions cover 100% of parameters, including detailed explanations for filters, sort, and cursor. The description's mention of facets maps to the filters parameter but adds little beyond what the schema already provides, so baseline 3 is appropriate.

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 it performs 'full-text product search across the shop' and specifies that it returns products with prices, ratings, availability, and facets. This distinguishes it from sibling tools like browse_category or browse_brand, which have different purposes.

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 clear context for when to use full-text search ('across the shop') and implies the iterative workflow of feeding facets back as filters. However, it does not explicitly exclude alternatives or mention when not to use it, so it falls short of a 5.

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/sven-borden/galaxus-mcp'

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