Skip to main content
Glama

generate_task_report_png

Generate PNG map visualizations for M-line task reports from GS cleaning robots using serial number and report ID to document cleaning operations and navigation paths.

Instructions

Generates a PNG map for M-line task report.

Args: serial_number: The serial number of the target robot. report_id: The ID of the task report. Returns: A dictionary containing the map generation result.

Input Schema

NameRequiredDescriptionDefault
serial_numberYes
report_idYes

Input Schema (JSON Schema)

{ "properties": { "report_id": { "title": "Report Id", "type": "string" }, "serial_number": { "title": "Serial Number", "type": "string" } }, "required": [ "serial_number", "report_id" ], "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