Submit a product for launch
toolfound_submit_productSubmit a product to launch on toolfound.com — the launch platform where the whole launch runs agent-native, end to end. One call returns everything: your submission id, ownership-verification instructions (mandatory — DNS TXT, meta tag, or email magic link), transparent queue position and assigned launch date, and the live free-slots counter (first 100 launches are free). AGENTS: you do not need inbox access — the verify_token in this response works with the meta_tag or dns_txt method via toolfound_verify_submission, and toolfound_check_verification dry-runs the checks; the emailed magic link is a human fallback that can also be completed later from the dashboard. Description renders as plain-text paragraphs on the listing page: 100–200 words reads best, and entries over 100 words qualify for search-engine indexing. Resubmitting a known URL returns the existing submission (idempotent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The product's public https URL (e.g. https://yourproduct.com). | |
| name | No | Product name (optional — drafted from the site if omitted). | |
| Yes | Maker's email — receives the verification link, queue updates, and launch results. | ||
| tagline | No | One-line tagline (optional). | |
| x_handle | No | The maker's X (Twitter) handle, e.g. @yourproduct (optional). Shown on the listing; the launch-day email includes a ready share kit (copy + badge) to post from this handle. | |
| price_usd | No | Optional starting price in USD (e.g. the cheapest paid plan). Only used when pricing_model is 'paid', 'freemium', or 'trial'. | |
| description | No | Longer description (optional — you can edit later). | |
| pricing_model | No | The product's pricing model (optional, but strongly recommended — captured now instead of after claim so the listing never sits at 'Pricing unlisted'). | |
| preferred_launch_date | No | Preferred launch date, YYYY-MM-DD (optional). Must be within the next 180 days; use toolfound_get_launch_calendar to find open featured seats. If that day is full by the time you verify, the earliest open day is assigned and reported. Omit to get the earliest open date automatically. |