ArXiv
Search and retrieve academic papers from ArXiv
Configuration
Search Papers
Operation
Search Papers
Search Query*
Enter search terms (e.g., "machine learning", "quantum physics")...
Search Field
Select...
Max Results
10
Sort By
Select...
Sort Order
Select...
Search Papers (
arxiv_search)Search for academic papers on ArXiv by keywords, authors, titles, or other fields.
Input
| 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) |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | id output |
title | string | title output |
summary | string | summary output |
authors | string | authors output |
published | string | published output |
updated | string | updated output |
link | string | link output |
pdfLink | string | pdfLink output |
categories | string | categories output |
primaryCategory | string | primaryCategory output |
comment | string | comment output |
journalRef | string | journalRef output |
Get Paper Details
Operation
Get Paper Details
Paper ID*
Enter ArXiv paper ID (e.g., 1706.03762, cs.AI/0001001)
Get Paper Details (
arxiv_get_paper)Get detailed information about a specific ArXiv paper by its ID.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
paperId | string | Yes | ArXiv paper ID (e.g., "1706.03762") |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | id output |
title | string | title output |
summary | string | summary output |
authors | string | authors output |
published | string | published output |
updated | string | updated output |
link | string | link output |
pdfLink | string | pdfLink output |
categories | string | categories output |
primaryCategory | string | primaryCategory output |
comment | string | comment output |
journalRef | string | journalRef output |
Get Author Papers
Operation
Get Author Papers
Author Name*
Enter author name (e.g., "John Smith")...
Max Results
10
Get Author Papers (
arxiv_get_author_papers)Search for papers by a specific author on ArXiv.
Input
| 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) |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | id output |
title | string | title output |
summary | string | summary output |
authors | string | authors output |
published | string | published output |
updated | string | updated output |
link | string | link output |
pdfLink | string | pdfLink output |
categories | string | categories output |
primaryCategory | string | primaryCategory output |
comment | string | comment output |
journalRef | string | journalRef output |
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.
Notes
- Category:
tools - Type:
arxiv