MLB Stats
get_pitching_stats_range
Get all pitching stats for a set time range. This can be the past week, the month of August, anything. Just supply the start and end date in YYYY-MM-DD format.
Remote etweisberg/mlb-mcp
Other tools also called get_pitching_stats_range?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"end_dt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "End Dt",
"default": null
},
"start_dt": {
"type": "string",
"title": "Start Dt"
}
}
}