Skip to main content
Glama

Aladin Book Search MCP Server

by TeeDDub

search_books

Search for books by title, author, publisher, or keyword using the Aladin Book Search MCP Server. Specify query, search type, max results, and start point to retrieve precise book information.

Instructions

알라딘에서 도서를 검색합니다.

Input Schema

NameRequiredDescriptionDefault
maxResultsNo최대 결과 개수
queryYes검색어
searchTypeNo검색 타입Title
startNo검색 시작 번호

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "default": 10, "description": "최대 결과 개수", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "검색어", "type": "string" }, "searchType": { "default": "Title", "description": "검색 타입", "enum": [ "Title", "Author", "Publisher", "Keyword" ], "type": "string" }, "start": { "default": 1, "description": "검색 시작 번호", "minimum": 1, "type": "number" } }, "required": [ "query" ], "type": "object" }

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