MCP OpenAPI Server

by ReAPI-com
Verified

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

Retrieve specific API operations from OpenAPI specifications by specifying the path, HTTP method, and spec ID, enabling precise interaction with APIs 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" }

You must be authenticated.

Other Tools from MCP OpenAPI Server

Related Tools

ID: b2a2m8ekxb