research-paper-search
ActiveTool of The Stall
Academic paper search across 250M+ works via OpenAlex (free, no key). Returns top papers with title, authors, year, DOI, citation count, open-access status, and primary research topic. Covers all disciplines: AI/ML, medicine, physics, economics, law, biology, and more. Supports relevance, citation-count, and recency sorting; open-access filtering; and year-range constraints. Use for literature review, prior-art search, citation building, or finding the seminal papers in any field.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"sort": {
"type": "string",
"description": "Sort order. relevant = OpenAlex relevance score; cited = most-cited first; recent = newest first. Default: relevant."
},
"limit": {
"type": "integer",
"description": "Number of papers to return (1–10). Default: 5."
},
"query": {
"type": "string",
"description": "Search query. Natural-language or keyword (e.g. 'transformer attention mechanism', 'CRISPR gene editing cancer', 'bitcoin game theory')."
},
"min_year": {
"type": "integer",
"description": "Only return papers published this year or later (e.g. 2020). Optional."
},
"open_access_only": {
"type": "boolean",
"description": "If true, only return open-access papers with freely available PDFs. Default: false."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries