Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ECOFLOW_BASE_URLNoRegional API base URL. Use https://api-e.ecoflow.com for Europe.https://api.ecoflow.com
ECOFLOW_ACCESS_KEYYesAccess Key generated from the EcoFlow Developer Platform.
ECOFLOW_SECRET_KEYYesSecret Key generated from the EcoFlow Developer Platform.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ecoflow_list_devicesB

List all EcoFlow devices linked to your account. Returns device serial numbers, names, product types, and online status.

ecoflow_get_device_statusB

Get comprehensive status for an EcoFlow device including battery level, input/output power, temperatures, and all available metrics.

ecoflow_get_solar_inputB

Get solar panel input data for an EcoFlow device including current power, voltage, and daily energy statistics.

ecoflow_set_ac_outputB

Enable or disable AC output on an EcoFlow power station. Optionally configure X-Boost mode, output voltage, and frequency.

ecoflow_set_dc_outputB

Enable or disable DC output (12V car port and DC5521 ports) on an EcoFlow power station.

ecoflow_get_charging_settingsB

Get current charging configuration for an EcoFlow device including max/min charge levels, charging speed, and timeout settings.

ecoflow_set_charging_settingsC

Configure charging settings for an EcoFlow device including max charge level, min discharge level, and charging power.

ecoflow_get_raw_quotaA

Get all raw quota/parameter data from an EcoFlow device. Useful for debugging or accessing device-specific parameters not covered by other tools.

ecoflow_set_standbyC

Configure standby/timeout settings for an EcoFlow device. Set how long before the device, AC output, DC output, or LCD screen automatically turns off.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific aspects of EcoFlow device management. For example, ecoflow_get_device_status provides comprehensive status, while ecoflow_get_solar_input focuses specifically on solar data, and ecoflow_set_ac_output controls AC output settings. No tools appear to overlap in functionality.

Naming Consistency5/5

All tools follow a perfect ecoflow_verb_noun pattern with consistent snake_case throughout. The naming convention clearly indicates the action (get/set/list) and the target resource (device_status, charging_settings, solar_input, etc.), making the tool set highly predictable and readable.

Tool Count5/5

With 9 tools, this server is well-scoped for managing EcoFlow devices. The count is appropriate for covering key operations like listing devices, getting various statuses (device, charging, solar, raw data), and configuring outputs (AC, DC, charging, standby) without being overwhelming or insufficient.

Completeness4/5

The tool set provides excellent coverage for monitoring and controlling EcoFlow devices, including CRUD-like operations (list, get, set) for key parameters. A minor gap exists in not having tools for firmware updates or advanced diagnostics, but core workflows for status retrieval and configuration are well-covered.