Skip to main content
Glama
AIAgentStudy

korea-shopping-mcp

by AIAgentStudy

상품 가격 비교

compare_products
Read-only

Compare 2-5 product searches at once. View lowest prices, price ranges, and top shopping malls for each query in a single comparison table.

Instructions

여러 후보 검색어(2~5개)를 한 번에 검색해 검색어별 최저가·가격대·대표 쇼핑몰을 비교 표로 보여줍니다. 'A vs B' 같은 구조적 비교에 사용하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo정렬: 기본 asc(최저가순)asc
queriesYes비교할 검색어 2~5개
perQueryNo검색어당 가져올 상품 수 (기본 5)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true and openWorldHint=true, indicating a safe read operation. The description adds that the output is a comparison table including price range and representative mall, giving useful behavioral context without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, front-loaded with the action and outcome. The first sentence explains the functionality and the second gives a clear usage example. No wasteful repetition of schema details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the tool's purpose, usage, and output structure (comparison table with specific elements). Annotations cover safety, and schema covers parameters. It lacks only nuances like pagination or edge cases, but for a read-only comparison tool, it is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with each parameter (queries, sort, perQuery) having its own description. The tool description does not add extra parameter semantics beyond what the schema already provides, which is the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool searches multiple candidate queries (2-5) and displays a comparison table of lowest price, price range, and representative shopping mall. This distinctively separates it from sibling tools like search_products (single search) or shopping_trends, satisfying 'specific verb+resource+scope'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It clearly instructs to use for structured comparisons like 'A vs B', providing concrete usage context. It does not explicitly name alternatives or exclusions, but the comparison use case is sufficiently clear and differentiates from siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/AIAgentStudy/mcp_study'

If you have feedback or need assistance with the MCP directory API, please join our Discord server