get_author_works
Retrieve the bibliography of works by an author using their Open Library author ID. Supports pagination with limit and offset.
Instructions
Get the bibliography (list of works) for an author by Open Library author ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (default 20, max 100) | |
| offset | No | Starting offset for pagination (default 0) | |
| authorId | Yes | Author ID, e.g. 'OL26320A' or '/authors/OL26320A' |