Skip to main content
Glama
LeonardoRO

galaxus-mcp

by LeonardoRO

Browse a Galaxus category

list_category

Browse products by category name with sorting and filtering options. Get product lists with facets for brands and product types to refine results.

Instructions

Browse products in a category by name (e.g. 'ssd', 'office chair'), sorted and filterable. Returns products plus facets (available brands and product types) to help refine, and a nextCursor for paging.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order: relevance (default), price_asc, price_desc, rating, newestrelevance
brandNoFilter to an exact brand name
limitNo
cursorNonextCursor from a previous result, to page further
categoryYesCategory or product-type name, e.g. 'mechanical keyboard'
maxPriceNoMaximum price in CHF
minPriceNoMinimum price in CHF
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the return value (products plus facets) and pagination via nextCursor, which is useful behavioral context. It does not mention potential side effects (though it's clearly read-only) or any constraints like case sensitivity or error handling, but the disclosed behavior is adequate.

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, front-loaded with the core purpose and followed by the key return value. Every sentence earns its place with no 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?

Given the tool has 7 parameters and no output schema, the description provides a solid overview: it explains the main input (category name), the return payload (products and facets), and pagination (nextCursor). It could additionally mention that filters are available via brand and price parameters, but those are already in the schema, so the description is sufficiently complete for an agent to invoke the tool correctly.

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 86% (6 of 7 parameters have descriptions), so the baseline is 3. The description adds little beyond the schema for parameters; it mentions 'sorted and filterable' but does not elaborate on individual parameters like brand or price filters, which the schema already documents.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb+resource ('Browse products in a category by name') and provides concrete examples. It implicitly distinguishes from siblings like search_products (full-text search) and get_product (single product), though it does not explicitly name alternatives.

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 usage is implied: use it when you want to browse a category by name. However, there is no explicit guidance on when not to use it or which sibling tool to prefer for other scenarios, such as general search or comparing products.

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

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