find_related_work
ActiveTool of STIL Lab Assistant
declared in 1.27.1
Find related work by searching both ArXiv and Semantic Scholar simultaneously. Args: research_question: The research question or topic to find related work for max_results_per_source: Number of results per source (default 5)
Parameters schema
{
"type": "object",
"title": "find_related_workArguments",
"required": [
"research_question"
],
"properties": {
"research_question": {
"type": "string",
"title": "Research Question"
},
"max_results_per_source": {
"type": "integer",
"title": "Max Results Per Source",
"default": 5
}
}
}Parent server
STIL Lab Assistant
1/7 registries