Skip to main content
Glama
appleton
by appleton

robovac_return_home

Send your Eufy RoboVac back to its charging dock to recharge after cleaning sessions.

Instructions

Send the robovac back to its charging dock

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation for the robovac_return_home tool. Ensures RoboVac is initialized and calls goHome() method on the RoboVac instance, returning a success message.
    case "robovac_return_home": this.ensureRoboVacInitialized(); await this.robovac!.goHome(); return { content: [ { type: "text", text: "RoboVac returning to charging dock!", }, ], };
  • src/server.ts:360-367 (registration)
    Tool registration in the ListTools response, defining name, description, and empty input schema.
    { name: "robovac_return_home", description: "Send the robovac back to its charging dock", 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