Skip to main content
Glama

Opentrons MCP Server

by yerbymatey
987
1
  • Apple

get_endpoint_details

Retrieve detailed information about specific API endpoints, including HTTP methods and paths, to aid in effective API integration and management within 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