ArXiv Scout

arxiv_get_paper

Fetch complete metadata for a specific arXiv paper.

Remote shawnnygoh/arxiv-scout

Other tools also called arxiv_get_paper? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "arxiv_id": {
      "type": "string",
      "description": "The unique arXiv identifier (e.g., '1706.03762') or the full arXiv.org URL."
    },
    "output_format": {
      "enum": [
        "markdown",
        "json"
      ],
      "type": "string",
      "default": "markdown",
      "description": "Choose between human-readable markdown or structured JSON data."
    }
  }
}