Recommend Products
recommend_productsDescribe a need in plain language to get catalog product recommendations with reasons and a free trial. Solve your problem with matched products.
Instructions
Recommend catalog products for a need described in plain language. FREE.
Typical input {"need": "help answering customer support emails"} returns {"need": ..., "recommendations": [{"slug": ..., "name": ..., "why": ..., "area": ..., "try_free": ""}], "next": "..."}. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""}. Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| need | Yes | The job or problem in plain language, a few words or a sentence, e.g. "help answering customer support emails". | |
| limit | No | Maximum recommendations; values outside 1-10 are clamped. Default 5. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||