author_papers
Retrieve paginated papers by a specific author, including title, year, venue, and citation counts. Uses Semantic Scholar Author ID.
Instructions
Get all papers published by a specific author, paginated. Returns the author's publication list with title, year, venue, and citation counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-100, default: 10) | |
| fields | No | Comma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fieldsOfStudy, externalIds, url, venue, publicationVenue, publicationTypes, publicationDate, journal, citations, references. Author fields: authorId, name, affiliations, homepage, paperCount, citationCount, hIndex. | |
| offset | No | Offset for pagination (default: 0) | |
| author_id | Yes | Semantic Scholar Author ID (numeric string, e.g. '1741101') | |
| response_format | No | Output format: 'markdown' for human-readable text (default), 'json' for raw structured data | markdown |