Skip to main content
Glama

MCP OpenAPI Server

by ReAPI-com

load-api-operation-by-path-and-method

Retrieve specific API operations from OpenAPI specifications by specifying the path and HTTP method, enabling precise API interaction and integration in development tools.

Instructions

Load an operation by path and method

Input Schema

NameRequiredDescriptionDefault
methodYes
pathYes
specIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "method": { "type": "string" }, "path": { "type": "string" }, "specId": { "type": "string" } }, "required": [ "specId", "path", "method" ], "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/ReAPI-com/mcp-openapi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server