search_papers
ActiveTool of com.tomesphere/tomesphere
Search 8.5 million academic papers (arXiv + biomedical: PMC / bioRxiv / medRxiv, all disciplines) by topic, keyword, author, or linked entity (gene / protein / disease). Each hit returns id, title, TLDR, type, and links. Use to find papers about a topic, e.g. 'transformer efficiency' or 'CRISPR base editing'.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"k": {
"type": "integer",
"default": 10,
"description": "Number of results (default 10, max 25)."
},
"query": {
"type": "string",
"description": "Natural-language search query. E.g. 'transformer attention efficiency', 'graph neural networks for molecular property prediction'."
},
"year_max": {
"type": "integer",
"description": "Latest publication year."
},
"year_min": {
"type": "integer",
"description": "Earliest publication year, e.g. 2024."
}
}
}Parent server
com.tomesphere/tomesphere
1/7 registries