scholarfetch_author_candidates
ActiveTool of ScholarFetch
declared in 1.12.4
Disambiguate a human author name into ranked identity candidates. Use this before `scholarfetch_author_papers` when the name is ambiguous and you need a stable `candidate_index`. If you pass `engines`, it must include `openalex`.
Parameters schema
{
"type": "object",
"title": "scholarfetch_author_candidatesArguments",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"title": "Name"
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 10
},
"engines": {
"type": "string",
"title": "Engines",
"default": ""
}
}
}Parent server
ScholarFetch
https://github.com/laibniz/scholarfetch
1/7 registries