track_product
Start tracking one of your products on the connected Sellular account, so the account-scoped tools can work on it: check_submission_readiness, generate_submission_kit, get_product_analytics and record_submission all refuse to run for a product that is not tracked. Idempotent by website: calling it again for a site already tracked UPDATES that entry (name, category, tagline, description) instead of creating a duplicate, so it is safe to retry. Never deletes anything. Account-scoped: requires the MCP_API_KEY bearer token, and asks you to confirm before writing. Use when a product is missing from list_tracked_sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The product website, e.g. "quickpeek.co". This is the identity: the same site twice updates one entry rather than adding two. | |
| name | Yes | Product name as it should appear, e.g. "QuickPeek". | |
| type | No | "saas" for a subscription web app, "product" for a one-off or downloadable. | saas |
| tagline | No | One line, under ~60 chars. Used as the short field on directory forms. | |
| category | No | Category used for directory matching and community filters. | |
| description | No | A sentence or two on what it does and who it is for. Directory submission copy is built from this, so a thin one produces thin listings. |