Skip to main content
Glama

Ecovacs MCP Server

Official
by ecovacs-ai

set_cleaning

Control Ecovacs robot vacuums to start, pause, resume, or stop cleaning using a simple command. Specify the robot nickname and desired action to manage cleaning tasks efficiently.

Instructions

Start robot cleaning

Args: nickname: Robot nickname, used to find device act: Cleaning action s-start cleaning, r-resume cleaning, p-pause cleaning, h-stop cleaning Returns: Dict: Dictionary containing execution results

Input Schema

NameRequiredDescriptionDefault
actNoCleaning action, s-start cleaning, r-resume cleaning, p-pause cleaning, h-stop cleanings
nicknameNoRobot nickname, supports fuzzy matching

Input Schema (JSON Schema)

{ "properties": { "act": { "default": "s", "description": "Cleaning action, s-start cleaning, r-resume cleaning, p-pause cleaning, h-stop cleaning", "title": "Act", "type": "string" }, "nickname": { "default": "", "description": "Robot nickname, supports fuzzy matching", "title": "Nickname", "type": "string" } }, "title": "set_cleaningArguments", "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