Skip to main content
Glama
appleton
by appleton

robovac_stop_cleaning

Stop the Eufy RoboVac cleaning cycle immediately using this tool, allowing users to pause or halt vacuuming as needed.

Instructions

Stop the robovac cleaning cycle

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'robovac_stop_cleaning' tool. It ensures the RoboVac instance is initialized and then calls the pause() method on it to stop cleaning.
    case "robovac_stop_cleaning": this.ensureRoboVacInitialized(); await this.robovac!.pause(); return { content: [ { type: "text", text: "RoboVac cleaning stopped!", }, ], };
  • src/server.ts:352-359 (registration)
    The tool registration entry in the listTools response, including name, description, and empty input schema.
    { name: "robovac_stop_cleaning", description: "Stop the robovac cleaning cycle", inputSchema: { type: "object", properties: {}, }, },
  • The input schema for the robovac_stop_cleaning tool, which requires no parameters.
    inputSchema: { type: "object", properties: {}, },

Latest Blog Posts

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