get_actual_tcp_pose
Retrieve the current TCP (Tool Center Point) position of a specified industrial robot by providing its IP address. This tool integrates with the nUR MCP Server for precise robot control and monitoring.
Instructions
获取指定IP机器人的当前TCP位置 IP:机器人地址
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ip | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ip": {
"title": "Ip",
"type": "string"
}
},
"required": [
"ip"
],
"title": "get_actual_tcp_poseArguments",
"type": "object"
}