search_arxiv
ActiveTool of The Mine Works
declared in 1.0.0
Search arXiv preprints by keyword or category. Returns title, abstract, authors, and PDF link. Best for AI, CS, physics, and biology research.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search keyword or phrase"
},
"category": {
"type": "string",
"description": "arXiv category (e.g. \"cs.LG\", \"cs.AI\", \"cs.CL\", \"quant-ph\", \"q-bio.GN\")"
},
"maxResults": {
"type": "integer",
"default": 25,
"description": "Max papers (default 25)"
}
}
}Parent server
The Mine Works
1/7 registries