Books by Author
books.gutendex.by_authorSearch for Project Gutenberg books by author name. Optionally filter by language and limit the number of results.
Instructions
List all Project Gutenberg books by a specific author (search by name). Filter by language. Gutendex MIT
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author | Yes | Author name search (e.g. "Jane Austen", "Mark Twain", "Tolstoy"). | |
| language | No | Optional ISO 639-1 language code to filter by language (e.g. "en"). | |
| limit | No | Max results to return (default 20, max 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |