Submit a SaaS listing to the Tulimoa directory
submit_listingCreate a new listing in the Tulimoa directory on behalf of the authenticated user. The listing is created with status 'pending' and appears publicly only after admin review. Requires a write-scoped Tulimoa login. Use list_categories first to pick a valid category id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mcp | Yes | true = this tool exposes its own MCP server. | |
| url | Yes | Public homepage URL (https). | |
| name | Yes | Product/company name (max 60 chars). | |
| tags | No | Optional descriptive tags (max 8). | |
| country | Yes | ISO-3166-1 alpha-2 country code of the company, e.g. DE. | |
| category | Yes | One category id. Call list_categories for valid ids. | |
| pricing_model | Yes | Pricing model (required): free | freemium | paid | lifetime. | |
| short_description | Yes | One-line pitch (max 300 chars). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Listing id. | |
| slug | Yes | Final slug (may carry a conflict suffix). | |
| status | Yes |