get_author_papers
Retrieve all research papers by a specific author with paginated results sorted by relevance. Use discover_authors first to find the author ID.
Instructions
Get all papers by an author (paginated, sorted by rank score). Use discover_authors to find the author_id first. Returns the same paper fields as search_papers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author_id | Yes | Author ID (from discover_authors or get_author results) | |
| limit | No | Papers per page (max 50) | |
| page | No | Page number |