OpenWebSearch
search_books
Search Naver Book catalog by title, author, or ISBN.
Remote naver/search
Other tools also called search_books?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query. Must be UTF-8 encoded."
},
"start": {
"type": "integer",
"maximum": 1000,
"minimum": 1,
"description": "Result offset (1-indexed). Default 1, max 1000."
},
"d_auth": {
"type": "string",
"description": "Restrict to a specific author."
},
"d_isbn": {
"type": "string",
"description": "Restrict to a specific ISBN."
},
"d_publ": {
"type": "string",
"description": "Restrict to a specific publisher."
},
"d_titl": {
"type": "string",
"description": "Restrict to books matching this title (precise)."
},
"display": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Number of results to return per page. Default 10, max 100."
}
}
}