get_book_work
ActiveTool of uooks
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\")."
}
}
}Parent server
uooks
https://github.com/pipeworx-io/mcp-books
1/7 registries