Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

burberry_suggest

Retrieve Burberry search-box suggestions for any partial query, receiving a flat list of suggested search phrases with live result counts for each.

Instructions

Get Burberry search-box suggestions. Returns Burberry's own search-box suggestions (typeahead) for a partial query: a flat list of suggested search phrases, each with its own live result count on the search index. Not product data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesPartial search query

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4/5.0
Behavior4/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 output structure (flat list of suggested search phrases, each with a live result count) and explicitly excludes product data. It does not detail limits or error behavior, but for a read-only suggestion tool this is a strong description.

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?

Two sentences: the first states the core purpose, the second describes output shape and explicitly corrects a likely misassumption. There is no fluff or redundant text, and the most important information is front-loaded.

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 simple one-parameter suggestion tool with no output schema, the description adequately explains the return value and what it is not. It lacks details about pagination, limits, or empty-response behavior, but these are less critical for a typeahead endpoint. It is complete enough for an agent to invoke 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?

The sole parameter 'query' already has 100% schema description coverage ('Partial search query'). The description reinforces that it is for partial queries and adds typeahead context, but it does not add substantive new detail about query formatting, length, or constraints. Baseline 3 applies because the schema already documents 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 uses a specific verb ('Get') and resource ('Burberry search-box suggestions'), explicitly states the return type (flat list of suggested search phrases with live result counts), and clarifies 'Not product data' to distinguish from product-focused siblings like burberry_product. It clearly delineates this typeahead suggestion tool from a search or product endpoint.

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 description implies usage for partial queries ('for a partial query') and clarifies what the tool is not ('Not product data'), but it does not explicitly name alternative tools (e.g., burberry_search) or state when NOT to use this tool. The intended context is inferable but not fully specified.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools