Skip to main content
Glama
arrow2nd

tako-mcp

by arrow2nd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP モード時のポート番号(デフォルト: 自動選択)
OCTOPUS_EMAILYesOctopus Energy Japan のログインメールアドレス
OCTOPUS_PASSWORDYesOctopus Energy Japan のログインパスワード
OCTOPUS_ACCOUNT_NUMBERYesアカウント番号(例: A-AAAA1111)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_account_infoA

Get account information including contract status, electricity supply points, active agreements, product details and standing charges. Address is excluded for privacy.

get_electricity_consumptionA

Get half-hourly electricity consumption data with cost estimates. Returns 30-minute interval readings for the specified period.

get_postal_areasA

Look up area information by Japanese postcode. Returns prefecture, city, and area. No authentication required.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

All three tools have clearly distinct purposes: account info, electricity consumption, and postal area lookup. No overlap exists between them.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix with a noun, forming a uniform verb_noun pattern.

Tool Count3/5

3 tools is quite low for a server that seems to cover energy management plus an unrelated postal lookup. The scope feels thin.

Completeness2/5

The server lacks obvious tools for billing, agreement management, or other energy-related operations. The inclusion of a Japanese postal area tool suggests an inconsistent or incomplete domain coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues