get_author_papers
Retrieve an author's publication list and citation metrics including total citations, h-index, and average citations per paper.
Instructions
Retrieve publication history and citation metrics for an author.
Provide either author_name or author_id:
author_name: "Weinberg, Steven" (Last, First format)
author_id: "S.Weinberg.1" (InspireHEP BAI)
Returns a list of papers plus aggregate metrics including total citations, h-index, and average citations per paper.
Args: author_name: Author name in "Last, First" format. author_id: InspireHEP author identifier (BAI). sort: Sort order — "mostrecent" or "mostcited". size: Number of papers to return (1-100, default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author_name | No | ||
| author_id | No | ||
| sort | No | mostrecent | |
| size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |