Skip to main content
Glama

Aladin Book Search MCP Server

by TeeDDub

get_popular_categories

Retrieve a prioritized list of frequently used book categories on Aladin Book Search MCP Server, with top-level categories displayed first. Specify the number of categories to fetch for streamlined searches.

Instructions

자주 사용되는 주요 카테고리 목록을 조회합니다. 상위 레벨 카테고리를 우선으로 표시합니다.

Input Schema

NameRequiredDescriptionDefault
limitNo표시할 카테고리 개수

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 20, "description": "표시할 카테고리 개수", "maximum": 50, "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