get_mlb_player_info
Retrieve detailed player information from MLB data sources by providing a player ID. This tool accesses baseball statistics and player data for integration into applications.
Instructions
Get information about a specific player by ID.
Args: player_id (int): The player ID.
Returns: dict: Player information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- tests/test_mlb_api.py:30-30 (registration)In tests, setup_mlb_tools is called to register tools for testing purposes.
mlb_api.setup_mlb_tools(mcp)