get_robot_model
Retrieve the robot model for a specified IP address using the nUR MCP Server. Simplifies identification and management of industrial robots through direct input of robot addresses.
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_modelArguments",
"type": "object"
}