author_search
Search for authors by name and retrieve their profiles, including h-index, paper count, and affiliation.
Instructions
Search for authors by name. Returns matching author profiles with h-index, paper count, and affiliation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-100, default: 10) | |
| query | Yes | Author name search query. | |
| 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) | |
| response_format | No | Output format: 'markdown' for human-readable text (default), 'json' for raw structured data | markdown |