ArXiv

arXiv hosts research papers. Search by keyword, author, title, or category, retrieve a paper’s metadata, or list papers by an author. This integration does not require an API key or OAuth connection.

Usage Instructions

Integrates ArXiv into the workflow. Can search for papers, get paper details, and get author papers. Does not require OAuth or an API key.

Actions

Search for academic papers on ArXiv by keywords, authors, titles, or other fields.

Input

ParameterTypeRequiredDescription
searchQuerystringYesThe search query to execute
searchFieldstringNoField to search in: all, ti (title), au (author), abs (abstract), co (comment), jr (journal), cat (category), rn (report number)
maxResultsnumberNoMaximum number of results to return (default: 10, max: 2000)
sortBystringNoSort by: relevance, lastUpdatedDate, submittedDate (default: relevance)
sortOrderstringNoSort order: ascending, descending (default: descending)

Output

ParameterTypeDescription
papersjsonArray of papers matching the search query
totalResultsnumberTotal number of results found for the search query

ArXiv Get Paper

Get detailed information about a specific ArXiv paper by its ID.

Input

ParameterTypeRequiredDescription
paperIdstringYesArXiv paper ID (e.g., "1706.03762")

Output

ParameterTypeDescription
paperjsonDetailed information about the requested ArXiv paper

ArXiv Get Author Papers

Search for papers by a specific author on ArXiv.

Input

ParameterTypeRequiredDescription
authorNamestringYesAuthor name to search for
maxResultsnumberNoMaximum number of results to return (default: 10, max: 2000)

Output

ParameterTypeDescription
authorPapersjsonArray of papers authored by the specified author
totalResultsnumberTotal number of papers found for the author