Skip to main content
Glama

Opentrons MCP Server

by yerbymatey

list_by_category

Filter and list all API endpoints by a specific functional category in the Opentrons MCP Server, enabling organized access to robot control, protocol management, and health monitoring.

Instructions

List all endpoints in a specific functional category

Input Schema

NameRequiredDescriptionDefault
categoryYesAPI category/tag to filter by

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "API category/tag to filter by", "enum": [ "Health", "Networking", "Control", "Settings", "Modules", "Pipettes", "Calibration", "Run Management", "Protocol Management", "Data files Management", "Simple Commands", "Flex Deck Configuration", "Error Recovery Settings", "Attached Modules", "Attached Instruments", "Labware Offset Management", "System Control", "Client Data", "Maintenance Run Management", "Robot", "Subsystem Management" ], "type": "string" } }, "required": [ "category" ], "type": "object" }

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