Skip to main content
Glama

nUR MCP Server

by nonead

draw_rectangle

Create precise rectangles or squares by specifying origin, width, and height for automated robot drawing tasks on the nUR MCP Server. Ideal for controlled, repeatable geometric designs in robotics workflows.

Instructions

给定起点位置和边长,在水平或竖直方向画一个正方形 origin:画长方形时TCP的起点位置 width:长(米) height:宽(米) coordinate:圆所在的平面。z:圆形所在的平面与基座所在平面垂直,其它:圆形所在的平面与基座所在平面平行。默认值:z。

Input Schema

NameRequiredDescriptionDefault
coordinateNoz
heightYes
ipYes
originYes
widthYes

Input Schema (JSON Schema)

{ "properties": { "coordinate": { "default": "z", "title": "coordinate", "type": "string" }, "height": { "title": "Height", "type": "number" }, "ip": { "title": "Ip", "type": "string" }, "origin": { "additionalProperties": true, "title": "Origin", "type": "object" }, "width": { "title": "Width", "type": "number" } }, "required": [ "ip", "origin", "width", "height" ], "title": "draw_rectangleArguments", "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