get_serial_number
Retrieve the serial number of a Universal Robots machine by specifying its IP address using the nUR MCP Server tool for streamlined robot 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_serial_numberArguments",
"type": "object"
}