Skip to main content
Glama

Aladin Book Search MCP Server

by TeeDDub

get_blogger_best

Retrieve Aladin’s blogger bestseller lists by category, focusing on Korean books. Specify results count, start index, and category ID for targeted searches.

Instructions

알라딘 블로거 베스트셀러 목록을 조회합니다. 국내도서만 조회 가능하며, 카테고리별로 검색할 수 있습니다.

Input Schema

NameRequiredDescriptionDefault
categoryIdNo카테고리 ID (CID) - 특정 카테고리로 검색을 제한할 때 사용
maxResultsNo최대 결과 개수
startNo검색 시작 번호

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categoryId": { "description": "카테고리 ID (CID) - 특정 카테고리로 검색을 제한할 때 사용", "type": "string" }, "maxResults": { "default": 10, "description": "최대 결과 개수", "maximum": 100, "minimum": 1, "type": "number" }, "start": { "default": 1, "description": "검색 시작 번호", "minimum": 1, "type": "number" } }, "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