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
Name | Required | Description | Default |
---|---|---|---|
title | Yes |