findagent_submit_for_review
Submit YOUR OWN draft listing for review — the final step that reaches full parity with the web submit wizard (set price, confirm originality + prohibited content, submit). Auto-detects whether the draft is a declarative (recipe / doer) or a code-bundle agent and finalizes it the same way the web wizard does: it flips your draft to pending_review (NOT published — an admin reviews it, and for a code agent a security scan must pass, before it goes live). Pass agent (the slug or id of your draft, created via findagent_create_draft / findagent_create_code_draft), price_type/price_cents, the LLMs it targets, and BOTH confirmations. confirm_original + confirm_not_prohibited are YOUR attestation that this is your original work and avoids prohibited content (malware, illegal, or disallowed use) — both must be true, exactly like the web wizard's checkboxes. SLUG IS PERMANENT: the first time you call this WITHOUT confirm_slug it returns the exact final slug + a notice that the public URL can never change after publish; re-call it with confirm_slug set to that exact slug to acknowledge and proceed (this mirrors the web wizard's permanence confirm — you never lock a slug you didn't see).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llms | Yes | The clients/LLMs this agent targets (at least one). | |
| agent | Yes | The slug or id of YOUR draft (from findagent_create_draft / findagent_create_code_draft). | |
| price_type | No | Default free. "paid" requires price_cents (charged once Paddle is live). | |
| price_cents | No | Required when price_type=paid: a positive integer of US cents, max 50000 ($500). | |
| confirm_slug | No | Your acknowledgement that the listing's public URL slug is PERMANENT after publish. Must exactly match the draft's slug. Call this tool WITHOUT it first to see the exact slug + permanence notice, then re-call with confirm_slug set to that slug to publish. | |
| thumbnail_url | No | Optional. Accepted ONLY if already hosted on FindAgent assets; otherwise ignored (upload a thumbnail in the web wizard — off-site image URLs are not fetched). | |
| confirm_original | Yes | Required true — your attestation that this listing is your original work. | |
| confirm_not_prohibited | Yes | Required true — your attestation that it avoids prohibited content (no malware, illegal, or disallowed use). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| status | No | ||
| account | No | ||
| submitted | No | ||
| review_url | No | ||
| instructions | No | ||
| thumbnail_note | No |