MCP OpenAPI Server

by ReAPI-com
Verified

load-api-schema-by-schemaName

Load a specific API schema by its schemaName to integrate OpenAPI specifications into LLM-powered IDE tools, enabling AI-assisted API development and understanding.

Instructions

Load a schema by schemaName

Input Schema

NameRequiredDescriptionDefault
schemaNameYes
specIdYes

Input Schema (JSON Schema)

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