get_leaderboard
Retrieve and sort leaderboard results for AI explanation methods based on specified dataset and metric using the OpenXAI MCP Server.
Instructions
Get leaderboard results for explanation methods
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | Dataset name to get leaderboard for | |
| metric | No | Metric to sort leaderboard by |
Input Schema (JSON Schema)
{
"properties": {
"dataset": {
"description": "Dataset name to get leaderboard for",
"type": "string"
},
"metric": {
"description": "Metric to sort leaderboard by",
"type": "string"
}
},
"required": [],
"type": "object"
}