Skip to main content
Glama

mcp-open-library

get_book_cover

Retrieve a book’s cover image URL by providing an identifier (ISBN, OCLC, LCCN, OLID, ID) and selecting the desired size (S, M, L).

Instructions

Get the URL for a book's cover image using a key (ISBN, OCLC, LCCN, OLID, ID) and value.

Input Schema

NameRequiredDescriptionDefault
keyYesThe type of identifier used (ISBN, OCLC, LCCN, OLID, ID).
sizeNoThe desired size of the cover (S, M, or L).
valueYesThe value of the identifier.

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "The type of identifier used (ISBN, OCLC, LCCN, OLID, ID).", "enum": [ "ISBN", "OCLC", "LCCN", "OLID", "ID" ], "type": "string" }, "size": { "description": "The desired size of the cover (S, M, or L).", "enum": [ "S", "M", "L" ], "type": "string" }, "value": { "description": "The value of the identifier.", "type": "string" } }, "required": [ "key", "value" ], "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