Skip to main content
Glama

MCP OpenAPI Server

by ReAPI-com

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

Retrieve specific API operation details by specifying the path and method within OpenAPI specifications, enabling precise API interaction and integration in development workflows.

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" }

Other Tools from MCP OpenAPI 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/ReAPI-com/mcp-openapi'

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