search_semantic_scholar
ActiveTool of STIL Lab Assistant
declared in 1.27.1
Search Semantic Scholar for research papers (covers ACM Digital Library, IEEE Xplore, and more). Args: query: Search query — keywords, topic, or research question max_results: Maximum number of results to return (1–100)
Parameters schema
{
"type": "object",
"title": "search_semantic_scholarArguments",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"title": "Query"
},
"max_results": {
"type": "integer",
"title": "Max Results",
"default": 10
}
}
}Parent server
STIL Lab Assistant
1/7 registries