Skip to main content
Glama

Ecovacs MCP Server

Official
by ecovacs-ai

set_charging

Instruct an Ecovacs robot vacuum to return to its charging station or stop the process using the robot nickname and specific action commands (go-start or stopGo).

Instructions

Make robot return to charging station

Args: nickname: Robot nickname, used to find device act: Robot action, go-start begin returning to charging station, stopGo stop returning to charging station

Returns: Dict: Dictionary containing execution results

Input Schema

NameRequiredDescriptionDefault
actNoRobot action, go-start begin returning to charging station, stopGo stop returning to charging stationgo-start
nicknameYesRobot nickname, used to find device

Input Schema (JSON Schema)

{ "properties": { "act": { "default": "go-start", "description": "Robot action, go-start begin returning to charging station, stopGo stop returning to charging station", "title": "Act", "type": "string" }, "nickname": { "description": "Robot nickname, used to find device", "title": "Nickname", "type": "string" } }, "required": [ "nickname" ], "title": "set_chargingArguments", "type": "object" }
Install Server

Other Tools from Ecovacs MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ecovacs-ai/ecovacs-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server