get_device_list
Retrieve a list of robot vacuum nicknames connected to the Ecovacs MCP Server, enabling AI assistants to manage and interact with devices using the MCP protocol.
Instructions
Query robot list
Returns: Dict: Dictionary containing list of robot nicknames
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "title": "get_device_listArguments",
  "type": "object"
}