scan_market_radar
Scans developer platforms to surface launch directories and discussions matching a project goal, revealing market feedback and user objections.
Instructions
Surface launch directories and developer discussions matching a project goal.
This tool is read-only and helps identify user objections, maker positioning, and market feedback.
Parameters:
workspace (str): The absolute path to the local project workspace.
goal (str, optional): The product, feature category, or topic to search. Defaults to "".
limit (int, optional): The maximum number of market signals to return. Defaults to 8.
live (bool, optional): If True, queries Hacker News, DevHunt, and Uneed APIs live.
If False (default), runs completely offline.
Returns:
dict[str, Any]: A dictionary listing developer attention items, categories, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| live | No | ||
| limit | No | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||