Skip to main content
Glama
randunun-eng

Taobao Sourcing Assistant

by randunun-eng

taobao_fetch_reviews

Read-onlyIdempotent

Fetches recent raw Chinese reviews from Taobao, each tagged with the specific variant bought. Enables filtering by image content and sorting to retrieve newest feedback for analysis.

Instructions

Fetch recent reviews (raw Chinese), each tagged with the variant bought (sku_bought).

Example: {"product_url_or_id": "736546459871", "only_with_images": true, "max": 40}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNo
only_with_imagesNo
most_recent_firstNo
product_url_or_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds that reviews are raw Chinese and tagged with sku_bought, providing some behavioral context beyond annotations. No contradiction.

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 very concise with one sentence and one example. It is front-loaded. However, it could be structured more clearly with separate lines for the description and example.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is an output schema, so explaining return values is less critical. However, the description lacks details about pagination, sorting behavior, or limitations. The example provides some context but not full completeness for a 4-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. The example gives semantic hints for three of four parameters (product_url_or_id, only_with_images, max) but does not explain the most_recent_first parameter. Incomplete coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb 'Fetch' and resource 'reviews', and adds context 'raw Chinese' and 'tagged with variant bought'. It distinguishes the purpose from sibling tools like taobao_fetch_product, but does not explicitly contrast with them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives (e.g., taobao_fetch_product for product details). The example shows usage but does not explain context or exclusions.

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/randunun-eng/taobao-sourcing-mcp'

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