Skip to main content
Glama

Eufy RoboVac MCP Server

by appleton

robovac_set_clean_speed

Adjust the suction speed of Eufy RoboVac to one of four modes—STANDARD, BOOST_IQ, MAX, or NO_SUCTION—using the MCP server to customize cleaning preferences.

Instructions

Set the suction speed of the robovac

Input Schema

NameRequiredDescriptionDefault
speedYesThe cleaning speed to set

Input Schema (JSON Schema)

{ "properties": { "speed": { "description": "The cleaning speed to set", "enum": [ "STANDARD", "BOOST_IQ", "MAX", "NO_SUCTION" ], "type": "string" } }, "required": [ "speed" ], "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