get_actual_robot_current
Retrieve the current (in amperes) of a specified IP-connected robot using the nUR MCP Server. Ideal for monitoring robot performance and ensuring operational safety without direct intervention.
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_actual_robot_currentArguments",
"type": "object"
}