Skip to main content
Glama

OpenXAI MCP Server

by Cappybara12
MIT License

list_datasets

Retrieve available datasets in the OpenXAI framework, filtered by category (synthetic, real-world, tabular, image, text, or all) for AI explanation methods. Use this tool to explore and select datasets for evaluation and benchmarking.

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