appboard_find_products
Search AppBoard for software products by need, category, use case, platform, audience or pricing model. Use this whenever the user asks what tool to use for a job ("a free email API", "note-taking apps for teams"). Results are ranked by real community engagement, not by advertising. Filter values are the names returned by appboard_browse_taxonomy — an unknown name is an error, so list the vocabulary first if you are unsure. Each product carries an appboardUrl, and each of its categories, use cases and platforms carries the appboardUrl of its browse page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many products to return (1-50, default 10) | |
| query | No | free-text terms to match against product names and taglines | |
| pricing | No | comma-separated pricing-model names, e.g. 'free,freemium' | |
| audience | No | comma-separated target-audience names, e.g. 'developers' | |
| category | No | comma-separated category names from appboard_browse_taxonomy, e.g. 'ai,developer-tools' | |
| platform | No | comma-separated platform names, e.g. 'web,ios,api' | |
| use_case | No | comma-separated use-case names from appboard_browse_taxonomy |