Skip to main content
Glama

mcp-open-library

get_book_by_id

Retrieve detailed book information by specifying its identifier type (ISBN, LCCN, OCLC, OLID) and value using the Open Library API.

Instructions

Get detailed information about a book using its identifier (ISBN, LCCN, OCLC, OLID).

Input Schema

NameRequiredDescriptionDefault
idTypeYesThe type of identifier used (ISBN, LCCN, OCLC, OLID).
idValueYesThe value of the identifier.

Input Schema (JSON Schema)

{ "properties": { "idType": { "description": "The type of identifier used (ISBN, LCCN, OCLC, OLID).", "enum": [ "isbn", "lccn", "oclc", "olid" ], "type": "string" }, "idValue": { "description": "The value of the identifier.", "type": "string" } }, "required": [ "idType", "idValue" ], "type": "object" }
Install Server

Other Tools from mcp-open-library

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/8enSmith/mcp-open-library'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server