Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

hm_search_suggestions

Fetch H&M search-box suggestions: enter a query to receive auto-completed phrases and merchandised content, or leave the query empty for trending searches and popular-search shortcuts.

Instructions

Get H&M search-box suggestions. Returns H&M's own search-box typeahead suggestions, sourced from the same credential-free app-backend host as hm-listing/hm-search. When query is given, returns spelling-complete phrase suggestions and merchandised content results. When query is omitted or empty, instead returns trending searches and popular-search shortcuts (phrase/content suggestions are both empty in that mode). search_history is part of the real upstream response but confirmed NOT session-scoped -- it returned the identical list across separate cookie-free requests, so treat it as fixed default content rather than a real per-caller history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text search-box input; omit or leave empty for trending/popular searches instead
Behavior5/5

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

With no annotations, the description carries the full burden and does so exceptionally well. It discloses the credential-free backend, the behavior difference between query and no-query modes, the emptiness of phrase/content results in trending mode, and the non-session-scoped nature of search_history, which is far beyond a basic tool summary.

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 three information-dense sentences with no filler. The primary purpose is front-loaded, the mode distinction follows immediately, and the search_history caveat is an earned inclusion that prevents a likely agent misunderstanding.

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 a single-optional-parameter tool with no annotations and no output schema, the description covers all critical contexts: source, mode behavior, what is returned in each mode, and the misleading nature of one field. There is no meaningful gap that would prevent correct invocation or interpretation.

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?

The schema already documents the query parameter at 100% coverage, so the baseline is 3. The description adds meaningful interpretation beyond the schema by explaining that query yields spelling-complete phrases and merchandised content, while omitting/empty yields trending searches and popular shortcuts, giving the agent more semantic grounding for the parameter.

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 precise verb and resource: 'Get H&M search-box suggestions,' immediately distinguishing this from related tools like hm_search and hm_listing by naming the specific feature (typeahead suggestions) and upstream source. It also explains two distinct output modes depending on whether query is provided, which fully clarifies what the tool does.

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 clearly defines when to use it: provide a query for phrase/merchandised suggestions, omit it for trending/popular searches. While it references hm-listing/hm-search as sharing a backend, it does not explicitly state when to choose those tools instead, leaving that inference to the agent.

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/Crawlora-org/crawlora-mcp'

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