extract_idea_landscape
Queries six sources (Hacker News, YC, GitHub, jobs, npm/PyPI, Product Hunt) to validate an idea's market, funding, and adoption signals.
Instructions
Idea validation composite tool for developers and founders. Given a project idea or keyword, simultaneously queries 6 sources to answer: Is this problem real? Is the market crowded? Is there funding? Are companies hiring? What just launched? Sources: (1) Hacker News — what developers are actively complaining about and discussing, (2) YC companies — who has already received funding in this space, (3) GitHub repos — how crowded the open source landscape is, (4) Job listings — hiring signal showing real company spend around this problem, (5) npm/PyPI package trends — ecosystem adoption and velocity, (6) Product Hunt — what just launched and how it was received. Returns a unified 6-source idea validation report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idea | Yes | Your idea, problem space, or keyword. E.g. 'data freshness for AI agents', 'procurement intelligence', 'developer observability' | |
| max_length | No | ||
| min_freshness_score | No | Filter sections below this freshness_score (0–100). E.g. 70 = only recently retrieved data. |