Skip to main content
Glama

Opentrons MCP Server

by yerbymatey
987
1
  • Apple

get_run_status

Retrieve detailed status of a specific run on Opentrons robots by providing the robot's IP address and run ID. This tool helps monitor protocol execution and robot performance.

Instructions

Get detailed status of a specific run

Input Schema

NameRequiredDescriptionDefault
robot_ipYesRobot IP address
run_idYesRun ID to check

Input Schema (JSON Schema)

{ "properties": { "robot_ip": { "description": "Robot IP address", "type": "string" }, "run_id": { "description": "Run ID to check", "type": "string" } }, "required": [ "robot_ip", "run_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