Skip to main content
Glama

MCP OpenAPI Server

by ReAPI-com

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

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