ArXiv Scout

arxiv_get_citations

List newer papers that have cited this paper.

Remote shawnnygoh/arxiv-scout

Other tools also called arxiv_get_citations? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 100,
      "description": "The maximum number of inbound citations to retrieve."
    },
    "arxiv_id": {
      "type": "string",
      "description": "The arXiv ID of the paper to check for inbound citations."
    },
    "output_format": {
      "enum": [
        "markdown",
        "json"
      ],
      "type": "string",
      "default": "markdown",
      "description": "The desired output format for the citation list."
    }
  }
}