get_robot_mode
Retrieve the operational status of a Universal Robot by specifying its IP address. This tool integrates with nUR MCP Server for real-time robot monitoring and management.
Instructions
获取指定IP机器人的运行状态 IP:机器人地址
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ip | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ip": {
"title": "Ip",
"type": "string"
}
},
"required": [
"ip"
],
"title": "get_robot_modeArguments",
"type": "object"
}