Skip to main content
Glama

execute_s_line_no_site_task_workflow

Execute complete S-line robot task workflows by automatically processing maps, selecting areas, building tasks, and submitting them for GS cleaning robots using only robot serial number and task parameters.

Instructions

Executes complete S-line robot task workflow without site information.

Automated process: Map list → Map selection → Subarea retrieval → Task building → Task submission Args: robot_sn: The serial number of the target robot. task_parameters: Task parameters including map criteria and task settings. Returns: A dictionary containing the workflow execution result.

Input Schema

NameRequiredDescriptionDefault
robot_snYes
task_parametersYes

Input Schema (JSON Schema)

{ "properties": { "robot_sn": { "title": "Robot Sn", "type": "string" }, "task_parameters": { "additionalProperties": true, "title": "Task Parameters", "type": "object" } }, "required": [ "robot_sn", "task_parameters" ], "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