Skip to main content
Glama

Opentrons MCP Server

by yerbymatey
987
1
  • Apple

control_lights

Manage robot lighting by turning lights on or off using the robot's IP address and a simple toggle command. Enables precise control of lighting conditions for Opentrons Flex and OT-2 robots.

Instructions

Turn robot lights on or off

Input Schema

NameRequiredDescriptionDefault
onYesTrue to turn lights on, false to turn off
robot_ipYesRobot IP address

Input Schema (JSON Schema)

{ "properties": { "on": { "description": "True to turn lights on, false to turn off", "type": "boolean" }, "robot_ip": { "description": "Robot IP address", "type": "string" } }, "required": [ "robot_ip", "on" ], "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