Skip to main content
Glama

openapi-mcp-proxy

by nyudenkov

get_model_schema

Retrieve detailed schema for a specific model by specifying the API and model name, enabling efficient exploration of OpenAPI structures without full schema loading.

Instructions

Get detailed schema for a specific model

Input Schema

NameRequiredDescriptionDefault
apiYesAPI name or direct URL
model_nameYesName of the model

Input Schema (JSON Schema)

{ "properties": { "api": { "description": "API name or direct URL", "type": "string" }, "model_name": { "description": "Name of the model", "type": "string" } }, "required": [ "api", "model_name" ], "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/nyudenkov/openapi-mcp-proxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server