ワットク(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.
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.
Tool Definition Quality
Average 4.2/5 across 4 of 4 tools scored.
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.
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.
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.
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 toolscompare_plans電気料金プラン詳細比較ARead-onlyIdempotentInspect
選んだ2〜5プランを、年間試算・解約金・燃料費調整の方式・ポイント還元・セット割まで含めて詳細比較します。plan_idはsearch_plans/simulate_costの結果から指定してください。
※試算は概算です。燃料費調整額・使用状況・割引適用条件により実際の料金と異なる場合があります。最終的な料金・契約条件は必ず各社公式サイトでご確認ください。本サービスはアフィリエイトプログラムにより電力会社等から報酬を受け取ることがあります。
| Name | Required | Description | Default |
|---|---|---|---|
| plan_ids | Yes | 比較するプランID(2〜5件、search_plans/simulate_costの結果から) | |
| monthly_kwh | No | 月間使用量kWh(省略時は370kWh=3人世帯目安) | |
| contract_ampere | No | 契約アンペア数(A)。検針票やブレーカーで確認可能。関西・中国・四国・沖縄エリアの最低料金制プランでは不要 |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
get_switch_link切替申込リンク発行AIdempotentInspect
選んだプランの申込ページへのリンクを発行します。申込手続きはユーザー本人がリンク先の電力会社サイトで行ってください(当サービスは申込の代行は行いません)。
※試算は概算です。燃料費調整額・使用状況・割引適用条件により実際の料金と異なる場合があります。最終的な料金・契約条件は必ず各社公式サイトでご確認ください。本サービスはアフィリエイトプログラムにより電力会社等から報酬を受け取ることがあります。
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | 申込リンクを発行するプランID |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond annotations (readOnlyHint false, destructiveHint false, idempotentHint true), the description adds meaningful behavioral context: the tool only issues a link and does not perform the application itself. It also discloses that estimates are approximate, final terms are on official sites, and the service may receive affiliate compensation. This goes beyond the basic annotation data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The main purpose is stated in the first sentence, and the rest is a disclaimer paragraph. The description is reasonably concise, though the disclaimer is somewhat lengthy. It maintains a clear structure with the action first, followed by caveats.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description should clarify what the tool returns, but it only says 'リンクを発行します' without specifying the format, expiration, or other response details. It also omits prerequisites such as requiring a selected plan. While the tool is simple, the description lacks some completeness regarding the output and context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers plan_id with description '申込リンクを発行するプランID', providing 100% schema description coverage. The tool description adds no additional parameter-specific meaning beyond what the schema already states, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states '選んだプランの申込ページへのリンクを発行します' which clearly identifies the action (issuing a link) and the resource (application page for the selected plan). It is distinct from sibling tools like compare_plans or search_plans, which focus on comparison and search rather than link issuance.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by explaining that the user must complete the application on the power company's website, and that the service does not act as an agent. However, it does not explicitly state when to use this tool versus alternatives or mention any exclusions. The usage context is implicit rather than clearly defined.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_plans電気料金プラン検索ARead-onlyIdempotentInspect
居住エリア・契約アンペア・世帯人数(または月間使用量kWh)から、家庭向け電気料金プランの候補を年間コスト試算付きで検索します。結果は試算額の安い順です。
※試算は概算です。燃料費調整額・使用状況・割引適用条件により実際の料金と異なる場合があります。最終的な料金・契約条件は必ず各社公式サイトでご確認ください。本サービスはアフィリエイトプログラムにより電力会社等から報酬を受け取ることがあります。
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返す候補数 | |
| area_code | Yes | 電力供給エリア。お住まいの地域に対応: hokkaido=北海道 / tohoku=東北6県+新潟 / tokyo=関東+山梨+静岡東部 / chubu=中部+静岡西部 / hokuriku=北陸 / kansai=関西 / chugoku=中国 / shikoku=四国 / kyushu=九州 / okinawa=沖縄 | |
| monthly_kwh | No | 月間使用量kWh(検針票の値。年間平均月量として扱う) | |
| household_size | No | 世帯人数(1〜6、6=6人以上)。使用量が不明な場合の目安算出に使用 | |
| contract_ampere | No | 契約アンペア数(A)。検針票やブレーカーで確認可能。関西・中国・四国・沖縄エリアの最低料金制プランでは不要 |
Tool Definition Quality
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.
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.
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.
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.
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.
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電気代の年間試算・現契約との比較ARead-onlyIdempotentInspect
月間使用量kWh、または現在の月額電気代からの逆算で、各プランの年間コストと現契約との差額を試算します。使用量が分かる場合はmonthly_kwh、分からない場合はcurrent_monthly_bill_yen(+bill_month)を指定してください。
※試算は概算です。燃料費調整額・使用状況・割引適用条件により実際の料金と異なる場合があります。最終的な料金・契約条件は必ず各社公式サイトでご確認ください。本サービスはアフィリエイトプログラムにより電力会社等から報酬を受け取ることがあります。
| Name | Required | Description | Default |
|---|---|---|---|
| plan_ids | No | 試算対象プランID(search_plansの結果)。省略時は安い順の上位候補を自動選定 | |
| area_code | Yes | 電力供給エリア。お住まいの地域に対応: hokkaido=北海道 / tohoku=東北6県+新潟 / tokyo=関東+山梨+静岡東部 / chubu=中部+静岡西部 / hokuriku=北陸 / kansai=関西 / chugoku=中国 / shikoku=四国 / kyushu=九州 / okinawa=沖縄 | |
| bill_month | No | その請求の対象月(1〜12)。季節補正に使用 | |
| monthly_kwh | No | 月間使用量kWh。current_monthly_bill_yenとどちらか一方を指定 | |
| household_size | No | ||
| contract_ampere | No | 契約アンペア数(A)。検針票やブレーカーで確認可能。関西・中国・四国・沖縄エリアの最低料金制プランでは不要 | |
| current_plan_id | No | 現在契約中のプランID。省略時はエリア大手の規制料金プランを現契約と仮定 | |
| include_seasonal | No | 季節変動を考慮した年間試算を行うか | |
| current_monthly_bill_yen | No | 現在の月額電気代(円)。使用量が不明な場合はここから逆算する |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityBmaintenanceAI agent for Italian energy tariff comparison. Analyzes electricity and gas bills, compares 44+ offers from 13 providers, estimates savings with full ARERA regulated cost breakdownLast updated7MIT
- Flicense-qualityAmaintenanceProvides real-time electricity prices, cheapest hours, and contract comparison for 40+ countries, enabling AI agents to make energy-aware decisions.Last updated2
- Flicense-qualityCmaintenanceEnables comparing Korean EV charging fees across providers and discount cards to find the cheapest option.Last updated

Utilify MCP Serverofficial
Flicense-qualityDmaintenanceEnables 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