Skip to main content
Glama

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

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jerpint/paperpal'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server