Skip to main content
Glama

openapi-mcp-proxy

by nyudenkov

list_models

Retrieve and filter all data models from an API, with options to specify page, model types, properties, required fields, tags, and detailed information.

Instructions

List all data models in an API

Input Schema

NameRequiredDescriptionDefault
apiYesAPI name or direct URL
has_required_fieldsNoFilter by presence of required fields
include_detailsNoInclude detailed information about models
max_propertiesNoMaximum number of properties
min_propertiesNoMinimum number of properties
pageNoPage number (1-based)
page_sizeNoItems per page (max 100)
tags_excludeNoExclude models with these tags
tags_includeNoInclude models with these tags
typesNoFilter by model types (e.g., ['object', 'array', 'string'])

Input Schema (JSON Schema)

{ "properties": { "api": { "description": "API name or direct URL", "type": "string" }, "has_required_fields": { "description": "Filter by presence of required fields", "type": "boolean" }, "include_details": { "default": false, "description": "Include detailed information about models", "type": "boolean" }, "max_properties": { "description": "Maximum number of properties", "minimum": 0, "type": "integer" }, "min_properties": { "description": "Minimum number of properties", "minimum": 0, "type": "integer" }, "page": { "default": 1, "description": "Page number (1-based)", "minimum": 1, "type": "integer" }, "page_size": { "default": 50, "description": "Items per page (max 100)", "maximum": 100, "minimum": 1, "type": "integer" }, "tags_exclude": { "description": "Exclude models with these tags", "items": { "type": "string" }, "type": "array" }, "tags_include": { "description": "Include models with these tags", "items": { "type": "string" }, "type": "array" }, "types": { "description": "Filter by model types (e.g., ['object', 'array', 'string'])", "items": { "type": "string" }, "type": "array" } }, "required": [ "api" ], "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