get_time
Retrieve the uptime in seconds for a specific robot by providing its IP address. Useful for monitoring and managing Universal Robots via the nUR MCP Server.
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_timeArguments",
"type": "object"
}