get_publisher
Retrieve publisher information and a paginated list of editions by Hardcover ID, slug, or name.
Instructions
Look up a publisher by Hardcover ID, slug, or name. Returns publisher info and a paginated list of editions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Hardcover publisher ID. | |
| name | No | Publisher name (e.g. 'Tor Books'). | |
| slug | No | Publisher slug (e.g. 'tor-books'). | |
| editions_limit | No | Max editions to return (default 20, max 100). | |
| editions_offset | No | Offset for editions pagination (default 0). |