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.
Integrates ArXiv into the workflow. Can search for papers, get paper details, and get author papers. Does not require OAuth or an API key.
Search for academic papers on ArXiv by keywords, authors, titles, or other fields.
| Parameter | Type | Required | Description |
|---|
searchQuery | string | Yes | The search query to execute |
searchField | string | No | Field to search in: all, ti (title), au (author), abs (abstract), co (comment), jr (journal), cat (category), rn (report number) |
maxResults | number | No | Maximum number of results to return (default: 10, max: 2000) |
sortBy | string | No | Sort by: relevance, lastUpdatedDate, submittedDate (default: relevance) |
sortOrder | string | No | Sort order: ascending, descending (default: descending) |
| Parameter | Type | Description |
|---|
papers | json | Array of papers matching the search query |
totalResults | number | Total number of results found for the search query |
Get detailed information about a specific ArXiv paper by its ID.
| Parameter | Type | Required | Description |
|---|
paperId | string | Yes | ArXiv paper ID (e.g., "1706.03762") |
| Parameter | Type | Description |
|---|
paper | json | Detailed information about the requested ArXiv paper |
Search for papers by a specific author on ArXiv.
| Parameter | Type | Required | Description |
|---|
authorName | string | Yes | Author name to search for |
maxResults | number | No | Maximum number of results to return (default: 10, max: 2000) |
| Parameter | Type | Description |
|---|
authorPapers | json | Array of papers authored by the specified author |
totalResults | number | Total number of papers found for the author |