MLB Stats

get_meta

Get available values from StatsAPI for use in other queries, or look up descriptions for values found in API results. For example, to get a list of leader categories to use when calling team_leaders(): statsapi.meta('leagueLeaderTypes')

Remote etweisberg/mlb-mcp

Other tools also called get_meta? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fields": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Fields",
      "default": null
    },
    "type_name": {
      "type": "string",
      "title": "Type Name"
    }
  }
}