get_latest_from_category
Retrieve recent submissions from a specific arXiv category by providing its code, with an optional limit on results. Get current papers for any category.
Instructions
Gets the most recently submitted papers from a specific arXiv category. Args: category: The category code to search (e.g., 'cs.LG', 'astro-ph.CO'). max_results: Max number of papers to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| max_results | No |