MCP OpenAPI Server

by ReAPI-com
Verified

load-api-operation-by-operationId

Load a specific API operation by its operationId from OpenAPI specifications to enable AI-powered IDE integrations for efficient API development.

Instructions

Load an operation by operationId

Input Schema

NameRequiredDescriptionDefault
operationIdYes
specIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "operationId": { "type": "string" }, "specId": { "type": "string" } }, "required": [ "specId", "operationId" ], "type": "object" }
ID: b2a2m8ekxb