Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_device_list' tool. It is registered via the @mcp.tool() decorator and fetches the device list from the Ecovacs API using the call_api helper.
    @mcp.tool() async def get_device_list() -> dict: """ Query robot list Returns: Dict: Dictionary containing list of robot nicknames """ return await call_api(ENDPOINT_ROBOT_DEVICE_LIST, {}, method='get')

Other Tools

Related Tools

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/ecovacs-ai/ecovacs-mcp'

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