Skip to main content
Glama

home_robot

Command the homing of robot axes or specific pipettes on Opentrons Flex and OT-2 robots via the Opentrons MCP Server. Specify robot IP, target (robot or pipette), and mount for precise control.

Instructions

Home robot axes or specific pipette

Input Schema

NameRequiredDescriptionDefault
mountNoWhich mount (required if target is 'pipette')
robot_ipYesRobot IP address
targetNoWhat to homerobot

Input Schema (JSON Schema)

{ "properties": { "mount": { "description": "Which mount (required if target is 'pipette')", "enum": [ "left", "right" ], "type": "string" }, "robot_ip": { "description": "Robot IP address", "type": "string" }, "target": { "default": "robot", "description": "What to home", "enum": [ "robot", "pipette" ], "type": "string" } }, "required": [ "robot_ip" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yerbymatey/opentrons-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server