Skip to main content
Glama

Opentrons MCP Server

by yerbymatey
987
1
  • Apple

control_run

Manage protocol execution on Opentrons Flex and OT-2 robots by controlling runs with actions such as play, pause, stop, or resume. Requires robot IP and run ID for operation.

Instructions

Control run execution (play, pause, stop, resume)

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
robot_ipYesRobot IP address
run_idYesRun ID to control

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "play", "pause", "stop", "resume-from-recovery" ], "type": "string" }, "robot_ip": { "description": "Robot IP address", "type": "string" }, "run_id": { "description": "Run ID to control", "type": "string" } }, "required": [ "robot_ip", "run_id", "action" ], "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