paperpal

by jerpint

fetch_paper_details_from_arxiv

Retrieve detailed information from arXiv for specific paper IDs. Enables users to access and organize research papers for literature reviews or discussions.

Instructions

Get the Arxiv info for a list of papers.

Args: arxiv_ids (list[str] | str): The IDs of the papers to get the Arxiv info for, e.g. ["2503.01469", "2503.01470"]

Input Schema

NameRequiredDescriptionDefault
arxiv_idsYes

Input Schema (JSON Schema)

{ "properties": { "arxiv_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ], "title": "Arxiv Ids" } }, "required": [ "arxiv_ids" ], "title": "fetch_paper_details_from_arxivArguments", "type": "object" }

You must be authenticated.

Other Tools from paperpal

Related Tools

    ID: kknd17ctki