Skip to main content
Glama
SMCodesP

AliExpress MCP

by SMCodesP

Search Aliexpress

search_aliexpress

Search AliExpress by keyword to find products with prices, ratings, and order counts. Filter by price and sort results.

Instructions

Search AliExpress product listings by keyword.

Returns a list of products — id, title, sale price (and original price / discount), star rating, orders-sold text, thumbnail image and product URL. Prices and titles follow the configured market (Germany / EUR by default). Pass a product's id to get_aliexpress_product for full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResult page (1-indexed), ~60 items per page.
sortNoSort order: 'orders' (best-selling), 'price_asc' (cheapest first), 'price_desc' (most expensive first), 'newest'. Omit for AliExpress's default relevance ranking.
limitNoMaximum results to return (one page holds ~60)
queryYesSearch keywords, e.g. 'usb c kabel' or 'anker powerbank'
max_priceNoMaximum price filter, in EUR.
min_priceNoMinimum price filter, in EUR.
max_resultsNoDeprecated alias for `limit`; prefer `limit`.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.2

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It specifies the exact output fields, explains that prices and titles follow the configured market (Germany/EUR default), and implies a read-only search operation. It doesn't cover error or no-results behavior, but for a listing search the disclosed behavior is solid.

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?

Four compact sentences cover the action, return shape, market configuration, and next-step routing. Every sentence earns its place, and the most decision-relevant facts are 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?

Between the description and the complete input schema, an agent knows what results look like, how paging and filters work, and when to escalate to the sibling. The only small weakness is that some behavior, such as pagination defaults and the deprecated `max_results` alias, is left entirely to the schema rather than reinforced in the description.

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 coverage is 100%, so the baseline is 3. The description adds useful market context that affects how price parameters are interpreted, but it does not add meaning to page, sort, limit, or query beyond what the schema already provides.

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 and resource: 'Search AliExpress product listings by keyword.' It then enumerates the return fields, distinguishing this list-level tool from get_aliexpress_product, which is referenced for full product details.

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 scopes the tool to keyword-based listing searches and explicitly routes deeper needs to get_aliexpress_product ('Pass a product's `id` to `get_aliexpress_product` for full details'). It does not list when not to use this tool, but the alternative is named and the decision boundary is obvious.

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