Skip to main content
Glama

Opentrons MCP Server

by yerbymatey
987
1
  • Apple

create_run

Initiate a new protocol run on Opentrons Flex or OT-2 robots by specifying the robot IP and protocol ID, with optional runtime parameters for customization.

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" }

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