bsi_get_leaderboard
ActiveTool of com.blazesportsintel/college-baseball
declared in 4.0.0
Get the top college baseball hitters or pitchers by an advanced metric. Returns a ranked leaderboard with player names, teams, and stat values.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"type": {
"enum": [
"batting",
"pitching"
],
"type": "string",
"description": "\"batting\" or \"pitching\". Default: \"batting\"."
},
"limit": {
"type": "number",
"description": "Number of results to return. Default: 20, max: 50."
},
"metric": {
"enum": [
"woba",
"wrc_plus",
"ops_plus",
"fip",
"era_minus",
"babip",
"iso"
],
"type": "string",
"description": "Metric to rank by: \"woba\", \"wrc_plus\", \"ops_plus\", \"fip\", \"era_minus\", \"babip\", \"iso\". Default: \"woba\"."
},
"conference": {
"type": "string",
"description": "Filter by conference. Optional."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.blazesportsintel/college-baseball
https://github.com/ahump20/BSI
1/7 registries