search_books
Search books by keyword. Full-text search across titles, authors and subjects. Keep "fields" small to avoid huge responses. Returns: Matching book records..
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search keywords, e.g. a title, author or subject. | |
| limit | No | Maximum number of results to return. Defaults to 10. | |
| fields | No | Comma-separated list of fields to include in each result. A compact default keeps responses small. | title,author_name,first_publish_year,key |