You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

search_books

Inactive

Tool of Open Library

declared in 0.1.0

Search Open Library by title, author, or subject. Use prefixed terms: `title:gatsby author:fitzgerald` or plain text for broad search. Returns work key, title, author, first publish year, edition count, ISBNs, and cover ID.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "title:the great gatsby"
    },
    {
      "page": 1,
      "limit": 50,
      "query": "author:jane austen subject:romance"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "1-based page (default 1)"
    },
    "limit": {
      "type": "number",
      "description": "Results to return (1-100, default 20)"
    },
    "query": {
      "type": "string",
      "description": "Search string (prefixed or plain)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Open Library

https://github.com/pipeworx-io/mcp-open-library

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