Search Catalog
search_catalogSearch catalog products by keyword or focus area. Returns ranked results with product names, areas, segments, and taglines; filter by area and limit results.
Instructions
Search all 138 catalog products by keyword and/or focus area. FREE.
Typical input {"query": "email inbox", "limit": 5} returns a ranked list of product objects [{"slug": ..., "name": ..., "area": ..., "segment": ..., "tagline": ...}]. An empty query with an area set browses that area. 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 |
|---|---|---|---|
| area | No | Optional focus-area filter; one of "productivity", "developertools", "personalassistant", "creative", "industryspecific", "educational". Empty means all areas. | |
| limit | No | Maximum results to return; values outside 1-100 are clamped. Default 15. | |
| query | No | Space-separated keywords matched against name, tagline, slug, and segment, e.g. "email inbox". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |