Skip to main content
Glama

OpenXAI MCP Server

by Cappybara12
MIT License

load_dataset

Load a specific dataset from OpenXAI for AI explanation evaluation. Specify the dataset name and choose to download if not available locally.

Instructions

Load a specific dataset from OpenXAI

Input Schema

NameRequiredDescriptionDefault
dataset_nameYesName of the dataset to load (e.g., german, compas, adult)
downloadNoWhether to download the dataset if not available locally

Input Schema (JSON Schema)

{ "properties": { "dataset_name": { "description": "Name of the dataset to load (e.g., german, compas, adult)", "type": "string" }, "download": { "default": true, "description": "Whether to download the dataset if not available locally", "type": "boolean" } }, "required": [ "dataset_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/Cappybara12/mcpopenxAI'

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