market_gaps
Find where real demand is going unmet — computed demand-first in the raw text-embedding space (NO fixed categories). A gap = a cluster of real user requests (mined from live MCP search telemetry) that sits FAR from any PAID provider. For each gap it returns: the demand phrasing, demand_mass (how many similar requests cluster with it), nearest_paid_similarity (cosine to the closest paid provider — low = under-served) and that closest paid provider. Also returns demand_queries and paid_supply counts. Honestly returns few or no gaps while query volume is still low — it sharpens as usage grows. No arguments needed ({}); limit caps the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rank | No | gaps (default): whitespace with money, crowded excluded. hot: most active by market pulse, crowding ignored. | |
| limit | No | Max gaps (1-50, default 15) | |
| sector | No | Optional sector filter, e.g. 'legal', 'healthcare' |