Find authors by name
get_authors_by_nameSearch Open Library for authors by name, with pagination and result limits. Get matching author keys to retrieve full records.
Instructions
Search for author information on Open Library. Returns at most limit authors (default 10) together with num_found, the total number of matches; page through them with offset. Each result's key can be passed to get_author_info for that author's full record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the author to search for. | |
| limit | No | Maximum number of results to return (1-50, default 10). | |
| offset | No | Number of results to skip, for paging through the total reported as num_found (0-1000, default 0). |