Skip to main content
Glama

HOTKER 핫커 | 한국 상품·휴대폰 성지 구매가 AI

HOTKER 통신 결합할인 계산

calculate_combo_discount

통신사, 인터넷 등급과 모바일 회선 조건으로 24개월 결합할인 참고값을 계산합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iptvNo
carrierYes
mobileLinesNo
internetTierYes
mobilePlanFeesNo
mobileMonthlyTotalNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. The word '참고값' usefully signals that the result is a reference/estimate rather than a guaranteed bill, and '24개월' scopes the calculation. Still, it does not disclose assumptions, input relationships, or whether outputs are purely informational.

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 a single, front-loaded sentence with no filler. Every phrase adds meaningful information: the type of calculation, the inputs, and the 24-month reference-value nature of the result.

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

Completeness2/5

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

Given 6 parameters, no schema descriptions, no annotations, and no output schema, the description is not complete enough for an agent to reliably invoke the tool correctly. It omits how optional and mutually relevant mobile-related parameters behave and gives no information about the return format or limitations.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it only names generic concepts: carrier, internet tier, and vague 'mobile line conditions'. It does not clarify the roles of iptv, mobileLines, mobilePlanFees, or mobileMonthlyTotal, nor how they should be supplied together.

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 states a specific action ('계산합니다' / calculates), a precise resource ('24개월 결합할인 참고값' / 24-month bundle discount reference value), and the main inputs (carrier, internet tier, mobile line conditions). This clearly distinguishes it from sibling tools that calculate penalties, total cost of ownership, or search verified products.

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

Usage Guidelines3/5

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

The description implies the appropriate use case: calculating a 24-month bundle discount reference value from telecom and internet conditions. However, it does not explicitly state when to prefer this tool over alternatives such as calculate_mobile_tco or calculate_contract_penalty, nor does it mention exclusions.

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

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct target: three separate calculation types (combo discount, contract penalty, mobile TCO), one evidence/metadata lookup, and two searches separated by domain (mobile deals vs general products). The descriptions give precise input and return scope, so an agent is unlikely to mix them up.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: calculate_*, search_*, and get_*. The objects are specific and readable, and there is no mixing of camelCase or vague verbs.

Tool Count5/5

6 tools is well-scoped for a specialized pricing and purchase-decision service. Each tool contributes a distinct capability, and the count is neither too thin nor too heavy.

Completeness5/5

The tool set covers the main user journeys for Korean mobile purchase cost analysis: calculating TCO, penalties, and combo discounts, retrieving calculation evidence, and searching verified deals/products. There are no obvious dead ends within the stated domain.

Resources