find_papers_by_author
Find academic papers by a specific author from arXiv. Enter an author's full name to retrieve their publications, and optionally limit the number of results.
Instructions
Finds recent academic papers by a specific author's name from sources like arXiv. Args: author_name: The full name of the author to search for (e.g., "Geoffrey Hinton"). max_results: Max number of papers to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author_name | Yes | ||
| max_results | No |