scholarfetch_author_papers
ActiveTool of ScholarFetch
Expand one author into a deduplicated paper list. This is the main author->paper traversal tool and supports research filters. Use `author_id` when you already know the exact author, or `author_name` plus `candidate_index` after `scholarfetch_author_candidates`. Supported comma-separated `filters`: year>=YYYY, year<=YYYY, year=YYYY, has:abstract, has:doi, has:pdf, venue:<text>, title:<text>, doi:<text>. If you pass `engines`, it must include `openalex`.
Parameters schema
{
"type": "object",
"title": "scholarfetch_author_papersArguments",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 50
},
"engines": {
"type": "string",
"title": "Engines",
"default": ""
},
"filters": {
"type": "string",
"title": "Filters",
"default": ""
},
"author_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Author Id",
"default": null
},
"author_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Author Name",
"default": null
},
"candidate_index": {
"type": "integer",
"title": "Candidate Index",
"default": 1
}
}
}Parent server
ScholarFetch
https://github.com/laibniz/scholarfetch
1/7 registries