Skip to main content
Glama

arXiv MCP Server

get_details

Fetch detailed metadata of arXiv articles by title, including arXiv ID, authors, summary, PDF link, and timestamps. Returns JSON-formatted data for easy integration.

Instructions

Retrieve information of an article hosted on arXiv.org based on its title. This tool searches for the article based on its title and retrieves arXiv ID, title, authors, link, direct PDF URL, published timestamp, last updated timestamp, and summary.

Args: title: Article title.

Returns: A JSON-formatted string containing article details if retrieval is successful; otherwise, a plain error message string.

Input Schema

NameRequiredDescriptionDefault
titleYes

Input Schema (JSON Schema)

{ "properties": { "title": { "title": "Title", "type": "string" } }, "required": [ "title" ], "title": "get_detailsArguments", "type": "object" }

Other Tools from arXiv MCP Server

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/prashalruchiranga/arxiv-mcp-server'

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