get_author_papers
Retrieve an author's papers from arXiv using intelligent name matching. Filter by date range or category to refine results.
Instructions
Get all papers by a specific author with smart name matching
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author_name | Yes | Author name to search for (will try variations automatically) | |
| max_results | No | Maximum number of results (default: 20, max: 100) | |
| categories | No | Filter by arXiv categories (e.g., cs.AI, math.CO) | |
| start_date | No | Start date filter (YYYY-MM-DD) | |
| end_date | No | End date filter (YYYY-MM-DD) |