ArXiv Scout

arxiv_get_papers_batch

Retrieve metadata for multiple papers in a single call.

Remote shawnnygoh/arxiv-scout

Other tools also called arxiv_get_papers_batch? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "arxiv_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "A list containing up to 20 arXiv identifiers or full URLs."
    },
    "output_format": {
      "enum": [
        "markdown",
        "json"
      ],
      "type": "string",
      "default": "markdown",
      "description": "The format of the final response (markdown or JSON)."
    }
  }
}