get_paper
ActiveTool of com.tomesphere/tomesphere
Fetch a paper's full metadata: title, authors, year, abstract, TLDR (LLM-generated), key findings, citation count, GitHub repos, HuggingFace models/datasets, videos, peer reviews, and links. Accepts an arXiv ID (e.g. '2401.12345' or '1706.03762v5') or an OpenAlex Work ID (e.g. 'W4390723197'). Use when the user names a specific paper or pastes an arXiv link.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "arXiv ID like '2401.12345' or OpenAlex Work ID like 'W4390723197'."
}
}
}Parent server
com.tomesphere/tomesphere
1/7 registries