Skip to main content
Glama

AliExpress Product Card

aliexpress_card
Read-onlyIdempotent

Retrieve a single AliExpress product card with current price, old price, rating, order count, and direct URL. Retrieve by item ID or URL to evaluate a product's value and demand without encountering review-tab anti-bot barriers.

Instructions

Fetch one AliExpress product card, rendered in the operator's Chrome.

Review TEXTS are deliberately not exposed: they require navigating the review tab, which x5sec challenges; this tool returns the rating and the order count instead.

Return Format

AliCardResponse: {status, item_id, title, price_rub, old_price_rub, rating, orders_count, url, tier_used, meta}.

Error Format

ToolError: BadRequestError when no item id can be extracted; TransportDownError on x5sec challenges or CDP failures; ParserDriftError when a rendered card has neither title nor price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_id_or_urlYesAliExpress item id (9-16 digits) or aliexpress.ru item URL, e.g. /item/1005010003103368.html

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
_metaNo
titleNo
ratingNo
statusNo
item_idNo
price_rubNo
tier_usedNo
orders_countNo
old_price_rubNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.6.0

TDQS

A4.4/5.0
Behavior5/5

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

Annotations declare read-only, idempotent, and non-destructive behavior. The description adds critical operational context: it renders in the operator's Chrome, may face x5sec challenges (causing TransportDownError), and lists specific error types (BadRequestError, ParserDriftError). This goes well beyond annotations and helps agents anticipate failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections for return and error formats. It balances necessary caveats (review text limitation) and technical details without being excessively verbose. Each sentence contributes to operational clarity.

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 tool that interacts with an external site and may encounter challenges, the description covers all essential aspects: purpose, limitations, error handling, and return structure. The output schema exists, so not explaining return fields in detail is acceptable; the description adds extra value beyond structured data.

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% with a detailed description of the item_id_or_url parameter including format and example. The description does not add extra semantics beyond what the schema already provides, but given the high coverage, this is sufficient.

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 'Fetch one AliExpress product card', specifying the verb, resource, and platform, which distinguishes it from sibling card tools for other marketplaces. It also explicitly mentions that review texts are not exposed, clarifying the scope beyond a generic product fetch.

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 implicitly guides usage by explaining that review texts are deliberately not returned due to x5sec challenges, implying this tool is for basic product info rather than reviews. While it doesn't name alternative tools, the context is clear enough to differentiate from review-focused siblings like wb_reviews or ozon_reviews.

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

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/Vladimir-Human/ru-marketplace-mcp'

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