GS Robot MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GS_CLIENT_ID | Yes | Your Gausium Application Client ID | |
| GS_CLIENT_SECRET | Yes | Your Gausium Application Client Secret | |
| GS_OPEN_ACCESS_KEY | Yes | Your Gausium OpenAPI Access Key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_robotsB | Fetches the list of robots from the Gausium OpenAPI. |
| list_robot_mapsA | Fetches the list of maps associated with a specific robot. |
| create_robot_commandB | Creates a robot command. |
| get_site_infoA | Gets site information for a specific robot. |
| get_map_subareasC | Gets map subareas information for precise area control. |
| submit_temp_site_taskC | Submits a temporary task with site information for S-line robots. |
| submit_temp_no_site_taskB | Submits a temporary task without site information for S-line robots. |
| get_robot_commandB | Gets the result of a specific robot command. |
| list_robot_commandsB | Lists historical commands sent to a robot. |
| upload_robot_map_v1C | Uploads a robot map using V1 API. |
| get_upload_record_v1C | Checks the status of a V1 map upload. |
| download_robot_map_v1C | Downloads a robot map using V1 API. |
| download_robot_map_v2C | Downloads a robot map using V2 API. |
| generate_task_report_pngC | Generates a PNG map for M-line task report. |
| execute_m_line_task_workflowC | Executes complete M-line robot task workflow. |
| execute_s_line_site_task_workflowA | Executes complete S-line robot task workflow with site information. |
| execute_s_line_no_site_task_workflowB | Executes complete S-line robot task workflow without site information. |
| get_robot_status_smartA | 智能获取机器人状态。 |
| get_task_reports_smartC | 智能获取任务报告。 |
| batch_get_robot_statuses_smartA | 智能批量获取机器人状态。 |
| get_robot_capabilitiesC | 获取机器人支持的API能力。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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