Skip to main content
Glama

supershopping

슈퍼쇼핑 상품 상세

get_product_detail
Read-onlyIdempotent

슈퍼쇼핑 상품의 전체 상세 — 스펙·쇼핑몰별 가격(offers)·신품/중고 교차비교.

언제: 사용자가 한 상품을 깊이 보거나 구매 직전일 때. (product_id는 search/recommend 결과에서 얻는다) 반환: 전체 속성 + offers(쇼핑몰별 buy_url) + comparison_url + other_sources(같은 모델의 다른 소스 신품↔중고 가격 스프레드) + affiliate_disclosure(있으면 고지). → other_sources로 "같은 모델 중고는 얼마" 같은 가격차를 안내하면 좋다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already indicate read-only, open-world, idempotent, and non-destructive. Description adds return details (attributes, offers with buy URLs, comparison URL, other sources for cross-market new/used price spreads, affiliate disclosure) 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?

The description is well-structured: starts with purpose and key content, then '언제:' for usage context, and '반환:' for return details. Every sentence adds value; no redundancy. Length is appropriate for the detail provided.

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

Completeness5/5

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

Given the tool's simplicity (1 required param, no nested objects, has output schema), the description covers when to use, input source, return structure, and actionable guidance (e.g., using other_sources for price comparison). It fully equips an agent to decide and invoke correctly.

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

Parameters4/5

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

Only one parameter (product_id) with 0% schema coverage. The description provides context that product_id comes from search/recommend results, but doesn't specify format or type beyond the schema's string type. This is sufficient for a single well-understood parameter, though more explicit definition would be ideal.

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 clearly states the tool retrieves detailed product info including specs, prices from shopping malls (offers), and cross-comparison of new/used items. It distinguishes from siblings like search_products or compare_products by focusing on a single product deep dive.

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

Usage Guidelines5/5

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

Explicitly says when to use: when a user wants to see a product in depth or is about to purchase. Also notes product_id comes from search/recommend results, linking to sibling tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: market analysis, product comparison, detail retrieval, image fetching, checkout initiation, outfit recommendation, general recommendation, and search. Descriptions and usage contexts disambiguate effectively.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., analyze_market, compare_products) using lowercase with underscores, making them predictable and easy to differentiate.

Tool Count5/5

With 8 tools covering search, recommendation, comparison, details, images, market analysis, and checkout, the count is well-scoped for a comprehensive shopping assistant without being overwhelming.

Completeness4/5

The tool surface covers the main shopping workflow—search, recommend, compare, view details, images, market analysis, and checkout. Minor gaps like category listing or user-specific features are absent but not critical for the core purpose.

Resources