Skip to main content
Glama

OpenXAI MCP Server

by Cappybara12
MIT License

evaluate_explanation

Assess the quality of AI-generated explanations using defined OpenXAI metrics such as PGI, PGU, RIS, and RRS. Input JSON-based explanations and model details for precise evaluation.

Instructions

Evaluate explanation quality using OpenXAI metrics

Input Schema

NameRequiredDescriptionDefault
explanationYesJSON string of the explanation to evaluate
metricYesEvaluation metric to use (PGI, PGU, RIS, RRS, ROS, etc.)
model_infoYesInformation about the model

Input Schema (JSON Schema)

{ "properties": { "explanation": { "description": "JSON string of the explanation to evaluate", "type": "string" }, "metric": { "description": "Evaluation metric to use (PGI, PGU, RIS, RRS, ROS, etc.)", "enum": [ "PGI", "PGU", "RIS", "RRS", "ROS", "FA", "RA", "SA", "SRA", "RC", "PRA" ], "type": "string" }, "model_info": { "description": "Information about the model", "properties": { "data_name": { "type": "string" }, "ml_model": { "type": "string" } }, "type": "object" } }, "required": [ "metric", "explanation", "model_info" ], "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