scholarfetch_search
ActiveTool of ScholarFetch
Start a research traversal from keywords, a DOI, or a person name. Returns deduplicated paper records that you can inspect, save, expand through references, or use as seeds for author exploration. If you pass `engines`, use a comma-separated subset of: elsevier, openalex, crossref, arxiv, europepmc, springer, semanticscholar.
Parameters schema
{
"type": "object",
"title": "scholarfetch_searchArguments",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 20
},
"query": {
"type": "string",
"title": "Query"
},
"engines": {
"type": "string",
"title": "Engines",
"default": ""
}
}
}Parent server
ScholarFetch
https://github.com/laibniz/scholarfetch
1/7 registries