get_details
Retrieve arXiv article details including ID, title, authors, links, and timestamps by searching with the article title. Returns JSON-formatted data for successful queries or an error message.
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 |