Skip to main content
Glama

ワットク(Wattoku)

光回線の乗り換え総額試算

switch_hikari_cost
Read-onlyIdempotent

現在の光回線契約の解約費用(違約金・工事費残債・撤去費用)と現在の月額を入力すると、乗り換え先プランの実質総額に乗り換えコストを載せた「乗り換えた場合」と「今の契約を続けた場合」の総額差を返します。乗り換えない方が得な場合はそのまま伝えます。

※試算は概算です。キャッシュバックの期待値は当サイトの推定であり、実際の受取率を測定した値ではありません。工事費・提供可否は建物の状況により変わります。最終的な料金・条件は必ず各社公式サイトでご確認ください。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthsNo比較する月数。契約期間が2年/3年/縛りなしとプランごとに違うため、同一月数の総額に揃えて比較する(既定36ヶ月)
mobile_linesNoセット割を受けたい家族のスマホ回線数(本人含む)
mobile_carrierNo利用中のスマホキャリア名(例: ドコモ / au / ソフトバンク / ワイモバイル / 楽天モバイル / UQ mobile / mineo)。セット割の判定に使う。ahamo・povo・LINEMO・irumo(0.5GB)はどの光回線でもセット割対象外
target_plan_slugYes乗り換え先のプランID(search_hikari_plans の plan_slug)
current_monthly_yenYes現在の回線の月額料金(プロバイダ料込み・税込)
current_penalty_yenNo現在の契約を今解約した場合の違約金(更新月なら0)
current_removal_yenNo現在の回線の撤去費用(撤去が必要な場合のみ)
current_construction_debt_yenNo現在の契約の工事費残債(「実質無料」の分割途中なら残額)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnly and idempotent behavior; the description goes further by disclosing that the calculation is approximate, cashback expectations are site estimates, construction fees vary, and it explicitly reports if not switching is better. This adds meaningful limitations 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.

Conciseness4/5

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

The core functionality is front-loaded in the first sentence, and the second sentence explains the result behavior. The disclaimer paragraph is longer but contains essential caveats. No redundant fluff; every sentence contributes.

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?

For a calculation tool with no output schema, the description explains the return value (total difference), behavioral handling when staying is better, and key limitations. Parameter coverage is fully handled by the schema. It could specify the exact output format more concretely, but overall it is sufficient.

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 of the 8 parameters well-documented in the schema. The description groups penalty/construction/removal costs but does not add new semantic meaning beyond the schema's per-parameter descriptions, so the baseline 3 applies.

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 a specific verb and resource: it returns the total cost difference between switching and staying, using current contract penalty/construction/removal costs and monthly fee. It distinguishes itself from siblings like search_hikari_plans (search) and compare_hikari_plans (comparison) by focusing on the switch-cost integration.

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?

Usage is implied: use when a user has current contract costs and wants a switching vs. staying comparison. However, there is no explicit guidance on when not to use it or which sibling to choose instead (e.g., simulate_hikari_cost). The disclaimer adds context but no selection criteria.

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.

Resources