Skip to main content
Glama

discover_brands

Read-only

Find fashion brands using natural language, structured filters, or both. Best for queries like "Italian streetwear brands", "Scandinavian minimalist brands", "Japanese technical outerwear", "brands with avant-garde tailoring", or qualified similarity such as "brands like Rick Owens for technical outerwear". For a plain "brands like X" request, use find_similar_brands. Country adjectives ("Italian", "Scandinavian", "Nordic", "Japanese", "Iberian", "Benelux") are parsed server-side into shipping-origin filters; you don't need to translate them to ISO codes. query is optional — provide a query, structured filters, or both. Brand country/shipping signals are best-effort and separate from product availability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of brands to return (1-20, default 12).
queryNoNatural language brand search query, e.g. "Italian streetwear brands", "Scandinavian minimalist brands", "Japanese technical outerwear", or qualified similarity such as "brands like Rick Owens for technical outerwear". Use find_similar_brands for a plain "brands like X" request. Similarity seeds must resolve to an active catalog brand or merged alias; unknown or ambiguous seeds return no brands. Country adjectives are parsed server-side — no need to translate them into ISO codes. Optional: when omitted, results are filtered by the structured fields below.
styleNoOptional style filter, e.g. streetwear, minimalist, elegant, avant-garde, techwear.
countryNoOptional shopper location as an ISO-3166-1 alpha-2 country code (e.g. "US", "GB", "DE"). Recorded for analytics and used to improve future offer geo-matching. Omit if unknown — absence preserves current behavior.
price_tierNoOptional public brand price-tier focus filter: budget, mid, premium, or luxury. Input "budget" maps to the brand-level output tier "value".
gender_focusNoOptional brand audience focus filters.
category_focusNoOptional brand category focus filters, e.g. ["clothing", "shoes"].
ships_from_countryNoOptional ISO-3166-1 alpha-2 country filter for best-effort store shipping origin, e.g. "IT", "US", "GB". Lowercase input is accepted and normalized to uppercase. This is not the same as brand origin.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandsYes

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, but the description adds meaningful behavioral context: country adjectives are parsed server-side, similarity seeds must resolve to an active catalog brand, unknown/ambiguous seeds return no brands, and shipping-origin signals are best-effort and separate from product availability. These details go well beyond the annotations and help prevent false expectations.

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 four sentences, front-loaded with the core purpose, and every sentence adds useful information: examples, an alternative, server-side parsing behavior, and a caveat about best-effort signals. There is no redundancy or filler, striking an ideal balance between detail and brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 8-parameter tool with no required parameters and an output schema, the description covers selection criteria, invocation modes, parameter interplay, and edge cases (unknown seeds, optional queries). The output schema handles return-value documentation, so nothing essential is missing. It is complete for an agent to select and invoke the tool correctly.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying the relationship between query and structured filters, noting query optionality, and explaining the best-effort nature of shipping filters. While much of this repeats schema descriptions, the description consolidates it into a cohesive usage narrative, earning slightly above baseline.

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 opens with a specific verb+resource statement: 'Find fashion brands using natural language, structured filters, or both.' It clearly differentiates from siblings by explicitly directing plain 'brands like X' queries to find_similar_brands, and the brand-vs-product distinction is obvious from the sibling names. This is unambiguous and useful.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance with rich examples ('Italian streetwear brands', 'Scandinavian minimalist brands') and names an alternative: 'For a plain "brands like X" request, use find_similar_brands.' It also clarifies when query is optional and how to combine it with structured filters, giving the agent clear decision criteria.

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.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: brands vs. products, discover vs. similarity, filters vs. product details. The boundaries are clear even between discover_brands and find_similar_brands, thanks to explicit descriptions of when to use each.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, using discover/find/get as verbs. The naming is uniform and predictable, with no mixed conventions or ambiguous synonyms.

Tool Count5/5

Six tools is an ideal size for a marketplace discovery server. Each tool has a clear purpose and collectively they cover search, similarity, filters, and retrieval without being bloated or sparse.

Completeness5/5

The tool surface covers the full discovery workflow: finding brands and products, refining by filters, getting similar items, and fetching detailed product data. No significant gaps are evident for the stated purpose of a fashion market search API.