search_arxiv
ActiveTool of STIL Lab Assistant
declared in 1.27.1
Search ArXiv for research papers. Args: query: Search query — keywords, author name, or topic max_results: Maximum number of results to return (1–50) year_from: Only return papers published from this year onwards
Parameters schema
{
"type": "object",
"title": "search_arxivArguments",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"title": "Query"
},
"year_from": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Year From",
"default": null
},
"max_results": {
"type": "integer",
"title": "Max Results",
"default": 10
}
}
}Parent server
STIL Lab Assistant
1/7 registries