Skip to main content
Glama

list_robots

Retrieve a paginated list of GS cleaning robots with optional filtering by relation type to monitor and manage robot fleets.

Instructions

Fetches the list of robots from the Gausium OpenAPI.

Based on: https://developer.gs-robot.com/zh_CN/Robot%20Information%20Service/List%20Robots Args: page: The page number to retrieve (must be > 0). page_size: The number of items per page. relation: Optional relation type (e.g., 'contract'). Returns: A dictionary containing the robot list data from the API.

Input Schema

NameRequiredDescriptionDefault
pageNo
page_sizeNo
relationNo

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "title": "Page", "type": "integer" }, "page_size": { "default": 10, "title": "Page Size", "type": "integer" }, "relation": { "default": null, "title": "Relation", "type": "string" } }, "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