Search Books
search_booksSearch Firestore for books by title or author, optionally filtering by shelf status like read, currently-reading, or to-read.
Instructions
Search books in Firestore by query and optional shelf ('read', 'currently-reading', 'to-read').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matched records to return. Defaults to 5. | |
| query | No | Keyword string to match against title or author. | |
| shelf | No | Optional shelf filter ('read', 'currently-reading', 'to-read'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |