Skip to main content
Glama

nUR MCP Server

by nonead

draw_circle

Command robots via IP to draw precise circles by specifying the center position, radius, and plane orientation. Supports horizontal or vertical planes for accurate robotic path planning.

Instructions

命令指定IP的机器人,给定圆心位置和半径,在水平或竖直方向画一个圆 center:圆心的TCP位置 r:半径(米) coordinate:圆所在的平面。z:圆形所在的平面与基座所在平面垂直,其它:圆形所在的平面与基座所在平面平行。默认值:z。

Input Schema

NameRequiredDescriptionDefault
centerYes
coordinateNoz
ipYes
rYes

Input Schema (JSON Schema)

{ "properties": { "center": { "additionalProperties": true, "title": "Center", "type": "object" }, "coordinate": { "default": "z", "title": "coordinate", "type": "string" }, "ip": { "title": "Ip", "type": "string" }, "r": { "title": "R", "type": "number" } }, "required": [ "ip", "center", "r" ], "title": "draw_circleArguments", "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