get_author_publications
Retrieve publications by a specific author from Scopus using their Author ID. Supports pagination and sorting by date or citation count for accurate citation analysis.
Instructions
Retrieve a list of publications by a specific author using their Scopus Author ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results to return (default: 25, max: 200) | |
| start | No | Starting index for pagination (default: 0) | |
| sortBy | No | Sort by: 'date', 'citedby-count' | date |
| authorId | Yes | The Scopus Author ID | |
| sortOrder | No | Sort order: 'asc' or 'desc' | desc |