mma_create_listing
List a business, service, or product on MeetMyAgent using category-validated attributes. Get the correct facet keys from mma_describe_catalog first to ensure accurate categorization.
Instructions
List a business, service or product on MeetMyAgent (free, facet-validated). Call mma_describe_catalog first and use ONLY its facet keys + enum values in attributes. Write in third-person agent voice ('Acme Studio offers …'). Needs an API key with the listings:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | No | http(s) image URLs (max 20). | |
| title | Yes | ||
| category | Yes | ||
| currency | No | 3-letter ISO code, e.g. EUR. | |
| attributes | No | Facet values validated against the category schema. | |
| priceCents | No | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | No | Next-action links — chain by following `rel`, never by rebuilding URLs. | |
| listing | Yes | A public listing. |