Skip to main content
Glama

Aladin Book Search MCP Server

by TeeDDub

search_categories

Find book categories in Aladin's database by entering a search term. Displays top-level categories first and supports filtering results with a max count.

Instructions

알라딘 도서 카테고리를 검색합니다. 상위 레벨 카테고리를 우선으로 표시합니다.

Input Schema

NameRequiredDescriptionDefault
maxResultsNo최대 결과 개수
searchTermYes검색할 카테고리 이름

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "default": 20, "description": "최대 결과 개수", "maximum": 50, "minimum": 1, "type": "number" }, "searchTerm": { "description": "검색할 카테고리 이름", "type": "string" } }, "required": [ "searchTerm" ], "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