robot_health
Monitor and verify robot health and connectivity by entering the robot's IP address within the Opentrons MCP Server, ensuring optimal functionality for OT-2 and Flex robots.
Instructions
Check robot health and connectivity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
robot_ip | Yes | Robot IP address |
Input Schema (JSON Schema)
{
"properties": {
"robot_ip": {
"description": "Robot IP address",
"type": "string"
}
},
"required": [
"robot_ip"
],
"type": "object"
}