Skip to main content
Glama

Aladin Book Search MCP Server

by TeeDDub

get_special_new_books

Retrieve notable new book releases from Aladin by category or quantity. Use this tool to explore curated lists and filter results based on specific criteria.

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