search-books
Find books in NeoDB’s catalog by entering a search query. This tool helps users locate specific titles or authors within the social book cataloging service.
Instructions
Search items in catalog
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query for books |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query for books",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}