MLB Stats
get_pitching_stats_bref
Get all pitching stats for a set season. If no argument is supplied, gives stats for current season to date.
Remote etweisberg/mlb-mcp
Other tools also called get_pitching_stats_bref?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"season": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Season",
"default": null
}
}
}