You're viewing a demo portfolio

Join the waitlist
PRSM

arxiv_get_metadata

Active

Tool 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\"."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

arxiv-mcp-server

https://github.com/cyanheads/arxiv-mcp-server

2/7 registries
View full server →
arxiv_get_metadata — arxiv-mcp-server — PRSM MCP