You're viewing a demo portfolio

Join the waitlist
PRSM

search_books

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

uooks

https://github.com/pipeworx-io/mcp-books

1/7 registries
View full server →
search_books — uooks — PRSM MCP