Search books by title
search_books_by_titleSearch for books by title using partial or exact matches. Supports wildcard patterns and result sorting.
Instructions
Search books by title with wildcard support. Simpler interface than search_books for quick title lookups. By default performs partial/contains matching (e.g., 'ring' finds 'The Lord of the Rings').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact | No | If true, match the exact title. If false (default), perform a wildcard/contains search. | |
| limit | No | Maximum number of results to return (default: 25, max: 100). | |
| title | Yes | Title search pattern. Supports partial matches by default (e.g., 'lord' finds 'The Lord of the Rings'). | |
| sortBy | No | Field to sort results by (default: title). | title |
| ascending | No | Sort in ascending order (default: true). |