onyx_research_intel
Research intel — has someone solved X already? Queries 240M+ academic works via OpenAlex (includes arXiv preprints, conference papers, journal articles), ranks by citation count + recency + relevance, returns top N papers with one-line abstract excerpts, citation counts, and author names. Built for autonomous agents that need to check prior art before burning cycles re-deriving a known result. Fallback to Semantic Scholar. (price: $0.05 USDC, tier: metered)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Research question or keyword string. Plain English works; OpenAlex handles tokenization. | |
| top_n | No | How many papers to return. | |
| sort_by | No | Ranking. citations = highest cited first; recency = newest first; relevance = OpenAlex semantic match. | relevance |
| year_from | No | Optional: only return papers from this year onward. | |
| min_citations | No | Filter out papers with fewer than this many citations. Use 50+ to surface only well-known work. |