List a product on ProductClank
create_productList a new product on ProductClank as a token-free listing (no crypto/token, no wallet). At minimum pass a url — the server auto-fills the name, tagline, description, logo, and X handle from the site; any field you pass explicitly overrides what's extracted. Socials are optional. Use this when search_products finds no existing match and the user wants to run a boost or campaign for a product that isn't listed yet. Returns the new product's id (and reuses an existing listing if one already matches, rather than duplicating). FREE — no credits charged. Confirm the product details with the user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Product website URL — auto-fills the listing. Provide this or `name`. | |
| logo | No | Logo image URL (optional; otherwise auto-resolved from the site). | |
| name | No | Product name. Optional if `url` is given (extracted from the site); required otherwise. | |
| tagline | No | One-line value proposition (optional; overrides extracted). | |
| No | X/Twitter handle or profile URL (optional). | ||
| website | No | Canonical website, if different from `url` (optional). | |
| category | No | Category tags (optional). | |
| description | No | Short description of what the product does (optional). |