Skip to main content
Glama

Opentrons MCP Server

by yerbymatey

get_endpoint_details

Retrieve detailed information about a specific API endpoint by providing the HTTP method and path, enabling precise API interactions with the Opentrons MCP Server.

Instructions

Get comprehensive details about a specific API endpoint

Input Schema

NameRequiredDescriptionDefault
methodYesHTTP method (GET, POST, etc.)
pathYesAPI endpoint path

Input Schema (JSON Schema)

{ "properties": { "method": { "description": "HTTP method (GET, POST, etc.)", "type": "string" }, "path": { "description": "API endpoint path", "type": "string" } }, "required": [ "method", "path" ], "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