search-arxiv
Find academic articles on arXiv by entering a specific keyword to retrieve relevant scholarly content quickly and efficiently.
Instructions
Search arxiv for articles related to the given keyword.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"type": "string"
}
},
"required": [
"keyword"
],
"type": "object"
}