Skip to main content
Glama

get_site_info

Retrieve site information for GS cleaning robots including building layouts, floor plans, and map data to support navigation and operational planning.

Instructions

Gets site information for a specific robot.

Based on: https://developer.gs-robot.com/zh_CN/Robot%20Task%20Service/Get%20Site%20Info Args: robot_id: The ID of the target robot. Returns: A dictionary containing site information including buildings, floors, and maps.

Input Schema

NameRequiredDescriptionDefault
robot_idYes

Input Schema (JSON Schema)

{ "properties": { "robot_id": { "title": "Robot Id", "type": "string" } }, "required": [ "robot_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