Skip to main content
Glama

OpenXAI MCP Server

by Cappybara12
MIT License

list_models

Discover and filter pre-trained models by dataset or type to evaluate AI explanation methods using a standardized interface with OpenXAI MCP Server.

Instructions

List available pre-trained models in OpenXAI

Input Schema

NameRequiredDescriptionDefault
dataset_nameNoFilter models by dataset they were trained on
model_typeNoFilter by model type (ann, lr, rf, etc.)

Input Schema (JSON Schema)

{ "properties": { "dataset_name": { "description": "Filter models by dataset they were trained on", "type": "string" }, "model_type": { "description": "Filter by model type (ann, lr, rf, etc.)", "enum": [ "ann", "lr", "rf", "svm", "xgb", "all" ], "type": "string" } }, "required": [], "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/Cappybara12/mcpopenxAI'

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