Skip to main content
Glama

OpenXAI MCP Server

by Cappybara12
MIT License

list_metrics

Explore and filter evaluation metrics by type (faithfulness, stability, fairness, or all) to assess AI explanation methods within the OpenXAI MCP Server framework.

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