Skip to main content
Glama

Opentrons MCP Server

by yerbymatey

create_run

Initiate a new protocol run on Opentrons robots by specifying the robot IP, protocol ID, and optional runtime parameters using this tool.

Instructions

Create a new protocol run on the robot

Input Schema

NameRequiredDescriptionDefault
protocol_idYesID of protocol to run
robot_ipYesRobot IP address
run_time_parametersNoOptional runtime parameter values

Input Schema (JSON Schema)

{ "properties": { "protocol_id": { "description": "ID of protocol to run", "type": "string" }, "robot_ip": { "description": "Robot IP address", "type": "string" }, "run_time_parameters": { "description": "Optional runtime parameter values", "type": "object" } }, "required": [ "robot_ip", "protocol_id" ], "type": "object" }

Other Tools from Opentrons MCP Server

Related Tools

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