generate_product_detail
Create structured Alibaba product listings from a product name, including title, highlights, image-text modules, attributes, keywords, and FAQs.
Instructions
Generate a structured product detail with Claude (title, highlights, ordered image+text modules, attributes, keywords, FAQs).
The title is normalized to Alibaba title case; pass brands (e.g. ["C01B"]) to
preserve casing. version ∈ premium (全能精装版) | lite (经济简装版) | general
(通用排版). If save_to is given, the content is written there as JSON (confined
to the server's allowed directories). Token usage is recorded (see usage_stats).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tone | No | professional | |
| brands | No | ||
| save_to | No | ||
| version | No | premium | |
| features | No | ||
| keywords | No | ||
| language | No | English | |
| product_name | Yes | ||
| target_market | No | global B2B buyers | |
| detail_image_count | No | ||
| extra_instructions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| model | No | ||
| usage | No | ||
| content | No | ||
| raw_text | No | ||
| saved_to | No | ||
| error_type | No |