Skip to main content
Glama

OpenXAI MCP Server

by Cappybara12
MIT License

list_datasets

Explore and filter available datasets in the OpenXAI framework by category, such as synthetic, real-world, tabular, image, or text, for evaluating and benchmarking AI explanation methods.

Instructions

List available datasets in OpenXAI framework

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by dataset category (synthetic, real-world, tabular, image, text)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by dataset category (synthetic, real-world, tabular, image, text)", "enum": [ "synthetic", "real-world", "tabular", "image", "text", "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