You're viewing a demo portfolio

Join the waitlist
PRSM

get_book_work

Active

Tool of uooks

declared in 0.1.0

Fetch the canonical Open Library "work" record (the concept of a book across all its editions), by work ID (e.g. "OL45804W"). Returns title, description, first publish date, subjects, and author keys. Use search_books to find a work_id (the W-suffixed key); use get_book for a specific edition by ISBN. (Named get_book_work to avoid colliding with Crossref get_work.)

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "work_id": "OL45804W"
    }
  ],
  "required": [
    "work_id"
  ],
  "properties": {
    "work_id": {
      "type": "string",
      "description": "Open Library work ID, the W-suffixed identifier (e.g. \"OL45804W\")."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

uooks

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

1/7 registries
View full server →