You're viewing a demo portfolio

Join the waitlist
PRSM

bsi_get_leaderboard

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.blazesportsintel/college-baseball

https://github.com/ahump20/BSI

1/7 registries
View full server →