product_publish_from_brief
Publish B2B product listings from minimal seller briefs, with AI generating titles, highlights, and details, and return draft product IDs and missing fields.
Instructions
Publish a product from a minimal brief — the seller provides only facts; Claude enriches the rest.
Provide brief inline or a brief_path (JSON file, confined to allowed dirs).
The brief needs: brief (short description), category_id, images
(main 4–6 + detail), price ({unit, moq, tiers}), and facts (place_of_origin,
material). Claude writes the title, highlights, detail modules, FAQs, custom
parameters, and picks the descriptive category attributes from the schema's
allowed options. Returns the draft product_id, missing_required, ai_filled
(what was auto-generated), and warnings (e.g. fewer than 4 main images —
AI cannot generate real product photos). Defaults to draft=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | No | ||
| draft | No | ||
| brief_path | No | ||
| account_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| response | No | ||
| warnings | No | ||
| ai_filled | No | ||
| error_type | No | ||
| product_id | No | ||
| biz_success | No | ||
| filled_fields | No | ||
| missing_required | No | ||
| needs_more_main_images | No |