Baseball play numerology (HR/K milestones)
get_plays_numerologyUSE when a player's season HR# or K# aligns with calendar day-of-month, jersey number, or inning on baseball.plays. NOT for roster cardology → get_team_chemistry; cosmic day card → get_date. Requires retro_id. mode=season (default) | spotlight (tier<=1) | career_summary (aggregates only). lane=both (default) | hr | k. Optional game_dt filter, tier_max (0-4), limit (1-500). RETURNS summary + events[] with pattern labels (day=HR#, HR#=jersey, day=K#=jersey, etc.). Overlay get_date(game_dt) for MCP day-card narrative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lane | No | Home runs, strikeouts, or both (default both) | |
| mode | No | season (default) | spotlight | career_summary | |
| limit | No | Max event rows returned (default 100, max 500) | |
| game_dt | No | Optional single-game filter YYYY-MM-DD | |
| retro_id | Yes | Retrosheet player id e.g. ohtansh01, freef001 | |
| tier_max | No | Max pattern tier 0-4 (spotlight defaults to 1) | |
| season_yr | No | Required for season/spotlight modes |