MLB Stats
get_league_leader_data
Returns a list of stat leaders overall or for a given league (103=AL, 104=NL).
Remote etweisberg/mlb-mcp
Other tools also called get_league_leader_data?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Limit",
"default": null
},
"season": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Season",
"default": null
},
"league_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "League Id",
"default": null
},
"game_types": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Game Types",
"default": null
},
"stat_group": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Stat Group",
"default": null
},
"leader_categories": {
"type": "string",
"title": "Leader Categories"
}
}
}