Coupa
get_coupang_best_products
쿠팡 카테고리별 베스트 상품을 조회합니다. Args: category_id (int): 카테고리 ID (1016: 가전디지털, 1001: 여성패션, 1012: 식품 등) limit (int): 가져올 결과 개수 (기본 5개, 최대 100개) Returns: 베스트 상품 목록
Remote coupang-mcp/coupang
Remote (network-hosted)
Other tools also called get_coupang_best_products?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 5
},
"category_id": {
"type": "integer",
"title": "Category Id",
"default": 1016
}
}
}