Skip to main content
Glama

ワットク(Wattoku)

Server Details

Compare Japan household electricity plans: annual cost simulation, plan search and switch links.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation4/5

Each tool has a distinct role in the user journey: search_plans finds candidates, simulate_cost estimates costs, compare_plans does detailed comparison, and get_switch_link provides the application link. Some minor overlap exists between search_plans and simulate_cost in cost estimation, but inputs and outputs differ.

Naming Consistency5/5

All tools use a consistent verb_noun pattern with underscores (search_plans, simulate_cost, compare_plans, get_switch_link). The naming style is uniform and predictable.

Tool Count5/5

With 4 tools, the set is well-scoped for an electricity plan comparison service. Each tool serves a necessary step in the workflow without redundancy or bloat.

Completeness5/5

The tools cover the complete lifecycle from discovering plans, simulating costs, comparing options in detail, and obtaining a switch link. No obvious gaps exist in the core workflow.

Available Tools

4 tools
compare_plans電気料金プラン詳細比較A
Read-onlyIdempotent
Inspect

選んだ2〜5プランを、年間試算・解約金・燃料費調整の方式・ポイント還元・セット割まで含めて詳細比較します。plan_idはsearch_plans/simulate_costの結果から指定してください。

※試算は概算です。燃料費調整額・使用状況・割引適用条件により実際の料金と異なる場合があります。最終的な料金・契約条件は必ず各社公式サイトでご確認ください。本サービスはアフィリエイトプログラムにより電力会社等から報酬を受け取ることがあります。

ParametersJSON Schema
NameRequiredDescriptionDefault
plan_idsYes比較するプランID(2〜5件、search_plans/simulate_costの結果から)
monthly_kwhNo月間使用量kWh(省略時は370kWh=3人世帯目安)
contract_ampereNo契約アンペア数(A)。検針票やブレーカーで確認可能。関西・中国・四国・沖縄エリアの最低料金制プランでは不要
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive hints. The description adds valuable behavioral context: estimates are approximate and may differ due to fuel adjustment, usage, and discount conditions; final terms must be verified on official websites; and affiliate compensation is disclosed. This goes well beyond the annotations without contradicting them.

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 description is well-structured: purpose in the first sentence, usage instruction in the second, and necessary disclaimers in a separate paragraph. Every sentence earns its place; the disclaimer could be slightly tighter but is legally and contextually necessary.

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?

Without an output schema, the description lists the key aspects covered by the comparison, supplies usage prerequisites, and includes accuracy caveats and affiliate disclosure. This gives an agent sufficient understanding of the tool's functionality and limitations.

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%, so the baseline is 3. The description repeats the plan_ids source instruction already present in the schema but offers no new parameter semantics. All parameters are thoroughly described in the schema with defaults, enums, and constraints.

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 uses the specific verb '詳細比較します' (compares in detail) and enumerates the comparison dimensions: annual estimate, cancellation fees, fuel cost adjustment method, point rewards, and set discounts. This clearly differentiates it from siblings like search_plans and simulate_cost, establishing a unique purpose.

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

Usage Guidelines4/5

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

The description explicitly instructs that plan IDs should come from search_plans/simulate_cost results, providing a clear workflow. It does not explicitly state when not to use this tool versus alternatives, but the multi-plan comparison scope implicitly distinguishes it from single-plan simulation tools.

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

search_plans電気料金プラン検索A
Read-onlyIdempotent
Inspect

居住エリア・契約アンペア・世帯人数(または月間使用量kWh)から、家庭向け電気料金プランの候補を年間コスト試算付きで検索します。結果は試算額の安い順です。

※試算は概算です。燃料費調整額・使用状況・割引適用条件により実際の料金と異なる場合があります。最終的な料金・契約条件は必ず各社公式サイトでご確認ください。本サービスはアフィリエイトプログラムにより電力会社等から報酬を受け取ることがあります。

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo返す候補数
area_codeYes電力供給エリア。お住まいの地域に対応: hokkaido=北海道 / tohoku=東北6県+新潟 / tokyo=関東+山梨+静岡東部 / chubu=中部+静岡西部 / hokuriku=北陸 / kansai=関西 / chugoku=中国 / shikoku=四国 / kyushu=九州 / okinawa=沖縄
monthly_kwhNo月間使用量kWh(検針票の値。年間平均月量として扱う)
household_sizeNo世帯人数(1〜6、6=6人以上)。使用量が不明な場合の目安算出に使用
contract_ampereNo契約アンペア数(A)。検針票やブレーカーで確認可能。関西・中国・四国・沖縄エリアの最低料金制プランでは不要
Behavior4/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds valuable context: results are sorted by estimated cost, estimates are approximate, users should verify with official sites, and the service may receive affiliate compensation. This goes beyond the annotation-provided safety profile.

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 description is front-loaded with the core purpose in the first sentence, followed by necessary caveats and affiliate disclosure. While somewhat lengthy, every sentence serves a purpose (estimating accuracy, verification, legal disclosure), so structure is justified.

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?

The description covers purpose, input criteria, output ordering, and important caveats. There is no output schema, so the lack of return format detail is acceptable. It could mention edge cases like no matching plans, but overall the tool's behavior is adequately described for an agent.

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?

The input schema has 100% parameter coverage with detailed descriptions, so the baseline is 3. The description adds a key semantic connection by noting that household size and monthly kWh are alternative inputs ('または'), which is not specified in the schema. This clarifies the relationship between parameters.

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?

Description uses specific verb '検索' with a clear resource ('家庭向け電気料金プランの候補') and specifies input criteria (area, amperage, household size/kWh) and output ordering (ascending estimated cost). This clearly distinguishes it from siblings like compare_plans, get_switch_link, and simulate_cost.

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

Usage Guidelines4/5

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

The description clearly implies the usage context (searching for electricity plans with cost estimates) and explains which inputs are relevant. However, it does not explicitly mention when not to use this tool or mention alternatives, so it lacks exclusions.

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

simulate_cost電気代の年間試算・現契約との比較A
Read-onlyIdempotent
Inspect

月間使用量kWh、または現在の月額電気代からの逆算で、各プランの年間コストと現契約との差額を試算します。使用量が分かる場合はmonthly_kwh、分からない場合はcurrent_monthly_bill_yen(+bill_month)を指定してください。

※試算は概算です。燃料費調整額・使用状況・割引適用条件により実際の料金と異なる場合があります。最終的な料金・契約条件は必ず各社公式サイトでご確認ください。本サービスはアフィリエイトプログラムにより電力会社等から報酬を受け取ることがあります。

ParametersJSON Schema
NameRequiredDescriptionDefault
plan_idsNo試算対象プランID(search_plansの結果)。省略時は安い順の上位候補を自動選定
area_codeYes電力供給エリア。お住まいの地域に対応: hokkaido=北海道 / tohoku=東北6県+新潟 / tokyo=関東+山梨+静岡東部 / chubu=中部+静岡西部 / hokuriku=北陸 / kansai=関西 / chugoku=中国 / shikoku=四国 / kyushu=九州 / okinawa=沖縄
bill_monthNoその請求の対象月(1〜12)。季節補正に使用
monthly_kwhNo月間使用量kWh。current_monthly_bill_yenとどちらか一方を指定
household_sizeNo
contract_ampereNo契約アンペア数(A)。検針票やブレーカーで確認可能。関西・中国・四国・沖縄エリアの最低料金制プランでは不要
current_plan_idNo現在契約中のプランID。省略時はエリア大手の規制料金プランを現契約と仮定
include_seasonalNo季節変動を考慮した年間試算を行うか
current_monthly_bill_yenNo現在の月額電気代(円)。使用量が不明な場合はここから逆算する
Behavior4/5

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

Beyond annotations (readOnlyHint, idempotentHint, destructiveHint false), the description discloses that the calculation is approximate, may differ due to fuel cost adjustments and discount conditions, and that the service participates in an affiliate program. This adds valuable context about result reliability and potential bias.

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 efficiently structured: the first sentence states purpose, the second gives usage guidance, and the disclaimer is concise and necessary. It front-loads the core function and contains no redundant information.

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 tool with 9 parameters and no output schema, the description explains the main workflow and caveats. It could mention the output structure more explicitly, but the read-only annotation and clear purpose make it sufficiently complete. The auto-selection of plan_ids when omitted is covered in the schema.

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?

With schema description coverage at 89%, the schema already documents most parameters. The description adds the key semantic relationship: monthly_kwh and current_monthly_bill_yen are alternative inputs, and plan_ids originates from search_plans. This clarifies selection logic not present in the schema.

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's function: calculating the annual cost of each plan and the difference from the current contract, using either monthly kWh or back-calculation from the monthly bill. It uses a specific verb '試算する' and resource, distinguishing it from sibling tools like compare_plans and search_plans.

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 provides clear parameter guidance (use monthly_kwh if usage is known, current_monthly_bill_yen otherwise), but it does not explicitly say when to use this tool versus alternatives like compare_plans or get_switch_link. Usage context is implied rather than contrasted with siblings.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    AI agent for Italian energy tariff comparison. Analyzes electricity and gas bills, compares 44+ offers from 13 providers, estimates savings with full ARERA regulated cost breakdown
    Last updated
    7
    MIT
  • F
    license
    -
    quality
    A
    maintenance
    Provides real-time electricity prices, cheapest hours, and contract comparison for 40+ countries, enabling AI agents to make energy-aware decisions.
    Last updated
    2
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI agents to search, compare, and sign up for Texas utility plans (electricity, internet, gas, water, trash) across all ZIP codes, returning ranked options with one-click signup links.
    Last updated

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources