Skip to main content
Glama

Aladin Book Search MCP Server

by TeeDDub

get_book_detail

Retrieve detailed book information, including title, author, and publisher, by entering the ISBN using this API tool from the Aladin Book Search MCP Server.

Instructions

ISBN을 이용해 도서의 상세 정보를 조회합니다.

Input Schema

NameRequiredDescriptionDefault
isbnYes도서의 ISBN (10자리 또는 13자리)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "isbn": { "description": "도서의 ISBN (10자리 또는 13자리)", "type": "string" } }, "required": [ "isbn" ], "type": "object" }
Install Server

Other Tools from Aladin Book Search MCP Server

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/TeeDDub/mcp-aladin-books-server'

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