Skip to main content
Glama

Search AliExpress products

search_products
Read-onlyIdempotent

Search the AliExpress catalogue and return compact product cards with price, rating, sales volume and the affiliate commission rate — the data needed to judge what a product actually costs. Low-quality listings are filtered out automatically (blocked categories, minimum price). Product URLs in the result are CashbackPro affiliate links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-10)
queryYesSearch keywords, e.g. "wireless earbuds"
max_price_usdNoOptional price ceiling in USD

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds two meaningful behavioral details beyond that: automatic filtering of low-quality listings (blocked categories, minimum price) and the conversion of product URLs to CashbackPro affiliate links. This is valuable context without contradicting annotations.

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, front-loaded with the primary purpose. The first sentence describes the search and output fields; the second covers filtering and affiliate links. Every clause earns its place with no fluff or repetition.

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 search tool with no output schema, the description does an excellent job: it specifies the return card contents, the filtering behavior, and the affiliate link transformation. It lacks explicit edge-case handling (e.g., no results, pagination) but those are minor given the limit parameter and openWorldHint annotation.

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 every parameter (query, limit, max_price_usd) is already documented. The description does not add parameter-specific semantics beyond what the schema provides, so it neither enhances nor degrades the baseline. The mention of 'minimum price' in filtering is a behavior, not a parameter explanation.

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 clearly states the tool searches the AliExpress catalogue and returns product cards with specific fields (price, rating, sales volume, commission rate). This distinct verb+resource combination separates it from sibling tools like get_cashback_link or get_promo_codes.

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 this is the entry point for product discovery—the output fields are framed as needed to judge costs—but it never explicitly says when to use this instead of get_product_details or calculate_cashback. No alternatives are mentioned, so guidance is merely contextual.

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.

Resources