Skip to main content
Glama

MCP OpenAPI Server

by ReAPI-com

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

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