Skip to main content
Glama

Opentrons MCP Server

by yerbymatey
987
1
  • Apple

poll_error_endpoint_and_fix

Automatically fetch JSON error reports and fix protocol issues to ensure smooth operation in the Opentrons MCP Server.

Instructions

Fetch specific JSON error report and automatically fix protocols

Input Schema

NameRequiredDescriptionDefault
json_filenameNoName of JSON file to fetcherror_report_20250622_124746.json
original_protocol_pathNoPath to original protocol file/Users/gene/Developer/failed-protocol-5.py

Input Schema (JSON Schema)

{ "properties": { "json_filename": { "default": "error_report_20250622_124746.json", "description": "Name of JSON file to fetch", "type": "string" }, "original_protocol_path": { "default": "/Users/gene/Developer/failed-protocol-5.py", "description": "Path to original protocol file", "type": "string" } }, "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