Coupa
get_coupang_goldbox
쿠팡 골드박스 (오늘의 특가/할인) 상품을 조회합니다. Args: limit (int): 가져올 결과 개수 (기본 10개, 최대 100개) Returns: 골드박스 특가 상품 목록
Remote coupang-mcp/coupang
Remote (network-hosted)
Other tools also called get_coupang_goldbox?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 10
}
}
}