record_submission
Record that one of your tracked products has been submitted to a directory, so check_submission_readiness and generate_submission_kit stop listing it as remaining and you never re-submit the same place twice. Status is 'submitted' (done or live), 'pending' (waiting on their review) or 'rejected' (turned down). Optionally store the live listing URL and a note. Idempotent per product+directory: recording the same directory again updates that record rather than adding another, and nothing is ever deleted. This does NOT submit anything anywhere; it only records what you did. Account-scoped: requires the MCP_API_KEY bearer token, and asks you to confirm before writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Anything worth remembering, e.g. why it was rejected or when to resubmit. | |
| status | No | 'submitted' = done or live, 'pending' = awaiting their review, 'rejected' = turned down. | submitted |
| product | No | Product id, name or domain (substring match). Optional when the account tracks one product. | |
| listing_url | No | The live listing URL on that directory, once there is one. | |
| directory_name | Yes | Directory from the Sellular catalog, e.g. "Product Hunt". A unique partial name works ("hunt"); check names with list_directory_listings. |