Skip to main content
Glama

Opentrons MCP Server

by yerbymatey

get_protocols

Retrieve and filter all stored protocols on an Opentrons robot by specifying the robot IP and optional protocol type for efficient protocol management.

Instructions

List all protocols stored on the robot

Input Schema

NameRequiredDescriptionDefault
protocol_kindNoFilter by protocol type (optional)
robot_ipYesRobot IP address

Input Schema (JSON Schema)

{ "properties": { "protocol_kind": { "description": "Filter by protocol type (optional)", "enum": [ "standard", "quick-transfer" ], "type": "string" }, "robot_ip": { "description": "Robot IP address", "type": "string" } }, "required": [ "robot_ip" ], "type": "object" }
Install Server

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