Skip to main content
Glama

nUR MCP Server

by nonead

movel_z

Control robot movement along the Y-axis by specifying the IP address and distance in meters using this command tool in the nUR MCP Server.

Instructions

命令指定IP机器人的TCP沿Y轴方向移动 IP:机器人地址 distance:移动距离(米)

Input Schema

NameRequiredDescriptionDefault
distanceYes
ipYes

Input Schema (JSON Schema)

{ "properties": { "distance": { "title": "Distance", "type": "number" }, "ip": { "title": "Ip", "type": "string" } }, "required": [ "ip", "distance" ], "title": "movel_zArguments", "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/nonead/nUR-MCP-SERVER'

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