getRecent
Retrieve recent academic papers from arXiv by specifying a category code and quantity. Use this tool to access current research in fields like computer science, physics, or mathematics.
Instructions
Get recent papers from a specific arXiv category.
Args:
category: arXiv category code (default: 'cs.AI')
count: Number of papers to retrieve (max 50, default: 10)
Returns:
Recent papers from the specified category
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | cs.AI | |
| count | No |