arxiv_get_metadata
ActiveTool of arxiv-mcp-server
declared in 1.2.15
Get full metadata for one or more arXiv papers by ID. Use when you have known IDs from citations, prior search results, or memory.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"paper_ids"
],
"properties": {
"paper_ids": {
"anyOf": [
{
"type": "string",
"minLength": 1,
"description": "Single arXiv paper ID (e.g., \"2401.12345\" or \"2401.12345v2\")."
},
{
"type": "array",
"items": {
"type": "string",
"minLength": 1
},
"maxItems": 10,
"minItems": 1,
"description": "Array of up to 10 arXiv paper IDs for batch lookup."
}
],
"description": "arXiv paper ID or array of up to 10 IDs. Format: \"2401.12345\" or \"2401.12345v2\" (with version). Also accepts legacy IDs like \"hep-th/9901001\"."
}
}
}Parent server
arxiv-mcp-server
https://github.com/cyanheads/arxiv-mcp-server
2/7 registries