Skip to main content
Glama

Opentrons MCP Server

by yerbymatey
987
1
  • Apple

search_endpoints

Find Opentrons HTTP API endpoints by functionality, method, path, or keywords to streamline integration and control in robotics workflows.

Instructions

Search Opentrons HTTP API endpoints by functionality, method, path, or any keyword

Input Schema

NameRequiredDescriptionDefault
include_deprecatedNoInclude deprecated endpoints in results
methodNoHTTP method filter (GET, POST, PUT, DELETE, PATCH)
queryYesSearch query - searches across endpoint names, descriptions, paths, and tags
tagNoFilter by API category/tag

Input Schema (JSON Schema)

{ "properties": { "include_deprecated": { "default": false, "description": "Include deprecated endpoints in results", "type": "boolean" }, "method": { "description": "HTTP method filter (GET, POST, PUT, DELETE, PATCH)", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH" ], "type": "string" }, "query": { "description": "Search query - searches across endpoint names, descriptions, paths, and tags", "type": "string" }, "tag": { "description": "Filter by API category/tag", "type": "string" } }, "required": [ "query" ], "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