ArXiv Scout

arxiv_get_references

List the papers that this paper cites.

Remote shawnnygoh/arxiv-scout

Other tools also called arxiv_get_references? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 100,
      "description": "The maximum number of outbound references to retrieve."
    },
    "arxiv_id": {
      "type": "string",
      "description": "The arXiv ID of the paper whose references you wish to explore."
    },
    "output_format": {
      "enum": [
        "markdown",
        "json"
      ],
      "type": "string",
      "default": "markdown",
      "description": "The desired output format for the reference list."
    }
  }
}