Skip to main content
Glama

ROS MCP Server

Apache 2.0
173
  • Apple
  • Linux

call_service

Execute ROS service calls by providing the service name, type, and request data. Facilitates precise robotic control and interaction with ROS APIs directly through structured inputs.

Instructions

Call a ROS service with specified request data. Example: call_service('/rosapi/topics', 'rosapi/Topics', {})

Input Schema

NameRequiredDescriptionDefault
requestYes
service_nameYes
service_typeYes

Input Schema (JSON Schema)

{ "properties": { "request": { "additionalProperties": true, "title": "Request", "type": "object" }, "service_name": { "title": "Service Name", "type": "string" }, "service_type": { "title": "Service Type", "type": "string" } }, "required": [ "service_name", "service_type", "request" ], "title": "call_serviceArguments", "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/robotmcp/ros-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server