Skip to main content
Glama

Eufy RoboVac MCP Server

by appleton

robovac_set_work_mode

Change the cleaning mode of Eufy RoboVac to AUTO, SMALL_ROOM, SPOT, EDGE, or NO_SWEEP using the MCP server command for precise cleaning control.

Instructions

Set the cleaning mode of the robovac

Input Schema

NameRequiredDescriptionDefault
modeYesThe work mode to set

Input Schema (JSON Schema)

{ "properties": { "mode": { "description": "The work mode to set", "enum": [ "AUTO", "SMALL_ROOM", "SPOT", "EDGE", "NO_SWEEP" ], "type": "string" } }, "required": [ "mode" ], "type": "object" }

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/appleton/sam'

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