search_books
ActiveTool of uooks
declared in 0.1.0
Search for books by title, author, or keyword. Returns title, author, year, ISBN, and cover image URL. Use this to discover books before fetching full details.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "1984 George Orwell"
},
{
"limit": 10,
"query": "science fiction"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (1-20, default 5)"
},
"query": {
"type": "string",
"description": "Search query (title, author, or keywords)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
uooks
https://github.com/pipeworx-io/mcp-books
1/7 registries