Skip to main content
Glama

OpenXAI MCP Server

by Cappybara12
MIT License

list_metrics

Retrieve available evaluation metrics for AI explanation methods in OpenXAI MCP Server, filtered by type such as faithfulness, stability, or fairness.

Instructions

List available evaluation metrics in OpenXAI

Input Schema

NameRequiredDescriptionDefault
metric_typeNoFilter by metric type (faithfulness, stability, fairness)

Input Schema (JSON Schema)

{ "properties": { "metric_type": { "description": "Filter by metric type (faithfulness, stability, fairness)", "enum": [ "faithfulness", "stability", "fairness", "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