You're viewing a demo portfolio

Join the waitlist
PRSM

book_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search the full Project Gutenberg catalog (~78,500 public-domain books) live via Gutendex by title / author / subject keyword, with optional author, subject, and language filters. Ranked by keyword relevance then download popularity. Returns each book's Gutenberg id, title, author(s), language, and download count. Use book_fulltext_search to search inside the locally indexed top books.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum rows to return (default 25, max 100)."
    },
    "query": {
      "type": "string",
      "description": "Title / author / subject keyword, e.g. 'frankenstein', 'sherlock holmes', 'astronomy'."
    },
    "author": {
      "type": "string",
      "description": "Optional author-name fragment, e.g. 'Shelley', 'Twain'."
    },
    "subject": {
      "type": "string",
      "description": "Optional subject fragment, e.g. 'Science fiction', 'Detective'."
    },
    "language": {
      "type": "string",
      "description": "Optional language code filter, e.g. 'en', 'fr'."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
book_search — io.github.blackboxfoundry/livedatalink — PRSM MCP