Skip to main content
Glama

upload_robot_map_v1

Upload robot map data to the GS Robot MCP Server using V1 API for navigation and task execution control.

Instructions

Uploads a robot map using V1 API.

Args: map_data: Map data to upload. Returns: A dictionary containing the upload result with record_id.

Input Schema

NameRequiredDescriptionDefault
map_dataYes

Input Schema (JSON Schema)

{ "properties": { "map_data": { "additionalProperties": true, "title": "Map Data", "type": "object" } }, "required": [ "map_data" ], "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