| description | College Football (CFB) data via ESPN public endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, rankings, injuries, futures, team/player stats, and news for NCAA Division I FBS. Zero config, no API keys.
Use when: user asks about college football scores, standings, rankings, team rosters, schedules, game results, play-by-play, injuries, betting futures, team/player statistics, or CFB news.
Don't use when: user asks about NFL (use nfl-data), college basketball (use cbb-data), or non-sports topics.
|
| metadata | {"author":"machina-sports","version":"0.1.0","machina":{"categories":["sports-data","college-football"],"pricing_tier":"free","integrations":[],"vault_keys":[],"commands":[{"name":"get_scoreboard","summary":"Live or recent CFB scores. Filter by date, week, conference, or limit.","returns":"events[]"},{"name":"get_standings","summary":"Standings by conference. Use the `group` param for SEC, ACC, etc.","returns":"conferences[]"},{"name":"get_teams","summary":"All 750+ FBS teams with id, name, abbreviation, logo, location.","returns":"teams[]"},{"name":"get_team_roster","summary":"Full roster for a team — players, positions, jerseys, height/weight.","returns":"athletes[]"},{"name":"get_team_schedule","summary":"Season schedule for one team — opponent, date, score (if played), venue.","returns":"events[]"},{"name":"get_game_summary","summary":"Detailed box score, scoring plays, and leaders for a single game.","returns":"{ game_info, competitors, boxscore, scoring_plays, leaders }"},{"name":"get_rankings","summary":"AP Top 25, Coaches Poll, and CFP rankings — rank, previous, record, votes.","returns":"polls[]"},{"name":"get_news","summary":"CFB news articles, optionally filtered by team.","returns":"articles[]"},{"name":"get_play_by_play","summary":"Full drive + play-by-play breakdown for a game.","returns":"drives[]"},{"name":"get_schedule","summary":"Season schedule by week — filter by conference group.","returns":"events[]"},{"name":"get_injuries","summary":"Injury reports across every team.","returns":"teams[]"},{"name":"get_futures","summary":"Futures markets (National Championship, Heisman, etc.).","returns":"futures[]"},{"name":"get_team_stats","summary":"Team statistical profile by category — value, rank, per-game.","returns":"stats[]"},{"name":"get_player_stats","summary":"Player statistical profile.","returns":"stats[]"}],"runtime":{"cli":"machina sports cfb","sample_command":"machina sports cfb get_scoreboard"},"references":{"api":"references/api-reference.md","conferences":"references/conference-ids.md","teams":"references/team-ids.md"}}} |