Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

stevemadden_search_suggest

Fetch Steve Madden search suggestions from the storefront's predictive endpoint. Input a query and optional types or limits to retrieve products, collections, and query suggestions.

Instructions

Get Steve Madden search suggestions. Returns products, collections, and query suggestions from Steve Madden's (https://www.stevemadden.com) credential-free predictive search Ajax endpoint. The storefront URL is fixed server-side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch query
limitNoMaximum results per type, defaults to 10 and supports up to 20
typesNoComma-separated suggestion types. Allowed values: product, collection, query
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It usefully states that the endpoint is credential-free, that it hits Steve Madden's Ajax predictive-search endpoint, and that the storefront URL is fixed server-side. This addresses auth and setup concerns, but it does not cover rate limits, failure modes, response structure, or explicit read-only/non-destructive behavior. The disclosures are helpful but not exhaustive.

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?

Three concise sentences with no filler. The first sentence names the action and resource, the second states the return types, and the third covers endpoint-specific facts. Information is front-loaded and every sentence earns its place.

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 three-parameter tool with full schema coverage and no output schema, the description covers the essential context: what it returns, that no credentials are needed, and that the backend URL is preconfigured. The only notable gap is the lack of output structure details, but given the tool's simplicity and the high-level return types already stated, this is a minor omission rather than a blocking one.

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 100%, so the baseline is 3. The description mentions the return types (products, collections, query suggestions), which loosely mirrors the 'types' parameter, but it adds no detail beyond what the schema already provides for q, limit, or types. It does not explain query formatting, default behavior, or edge cases. Overall, the description adds little semantic value beyond the schema.

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 states a specific verb ('Get') and resource ('Steve Madden search suggestions'), and immediately clarifies what the tool returns: products, collections, and query suggestions. This distinguishes it from sibling tools like stevemadden_product or stevemadden_products, and the mention of 'predictive search' signals its autocomplete role. No ambiguity about 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 Guidelines3/5

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

The description conveys that this is a credential-free predictive search endpoint and that the storefront URL is fixed server-side, which implicitly tells the agent no auth or URL configuration is needed. However, it does not explicitly state when to use this tool versus alternatives (e.g., a full search or product listing tool), nor does it name any sibling. Usage context is implied but exclusions and alternatives are absent.

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