search_arxiv
Find academic papers on arXiv by entering a search query. Customize results by specifying the maximum number of papers to retrieve. Ideal for researchers and students.
Instructions
Search arXiv for academic papers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxResults | No | Maximum results to return | |
query | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"maxResults": {
"description": "Maximum results to return",
"type": "number"
},
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}