ArXiv
Search and retrieve academic papers from ArXiv
Integrates ArXiv into the workflow. Can search for papers, get paper details, and get author papers. Does not require OAuth or an API key.
| Parameter | Type | Required | Description |
|---|
searchQuery | string | Yes | No description |
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 | No description |
sortBy | string | No | No description |
sortOrder | string | No | No description |
| Parameter | Type | Description |
|---|
papers | json | Array of papers matching the search query |
totalResults | number | Total number of results found for the search query |
| 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 |
| Parameter | Type | Required | Description |
|---|
authorName | string | Yes | No description |
maxResults | number | No | No description |
| Parameter | Type | Description |
|---|
authorPapers | json | Array of papers authored by the specified author |
totalResults | number | Total number of papers found for the author |