Skip to main content
Glama

Aladin Book Search MCP Server

by TeeDDub

get_new_books

Retrieve a list of newly released books from Aladin, filtered by category or search parameters, to stay updated with recent publications.

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