Skip to main content
Glama

create_robot_command

Send commands to GS cleaning robots to control task execution, including starting, pausing, or stopping cleaning operations using robot serial numbers and command parameters.

Instructions

Creates a robot command.

Based on: https://developer.gs-robot.com/zh_CN/Robot%20Command%20Service/Create%20Robot%20Command Args: serial_number: The serial number of the target robot. command_type: The type of command (e.g., 'START_TASK', 'PAUSE_TASK', 'STOP_TASK'). command_parameter: Optional command parameters as a dictionary. Returns: A dictionary containing the command creation result.

Input Schema

NameRequiredDescriptionDefault
serial_numberYes
command_typeYes
command_parameterNo

Input Schema (JSON Schema)

{ "properties": { "command_parameter": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Command Parameter" }, "command_type": { "title": "Command Type", "type": "string" }, "serial_number": { "title": "Serial Number", "type": "string" } }, "required": [ "serial_number", "command_type" ], "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/cfrs2005/mcp-gs-robot'

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