← Back to all apps

DraftKings

Entertainmentby DraftKings Inc.
Launched Mar 11, 2026 on ChatGPT

The DraftKings app lets you ask natural-language questions about live games, team performance, schedules, standings, and recent results across major U.S. sports leagues.

Get real-time scores, pre-game matchup context, season-to-date team stats, and detailed game breakdowns directly within ChatGPT.

The app is informational only and does not support wagering, account access, or betting functionality at this time.

5ChatGPT Tools
DraftKings Inc.Developer
EntertainmentCategory

Available Tools

Team current season statistics

get_current_season_team_statistics_v1
Full Description

Returns season level statistics for a single team for the current season. Answers questions like:

  • How have the Dodgers been performing this season?
  • Show me the season stats for the Steelers so far.
  • Give me the Red Sox season stats.
  • Show me the team card for the Knicks.
Parameters (2 required)
Required
leagueAbbreviationstring

The league abbreviation the team belongs to (e.g., NFL, NBA, NHL, MLB, etc)

teamAbbreviationstring

The team abbreviation (e.g., NYY, etc)

Supported Leagues and Seasons

get_league_configurations_v1
Full Description

Returns all supported leagues and their available seasons with date ranges and status. Use this tool to discover which league abbreviations are supported (e.g., NFL, NBA, NHL, MLB) and which seasons are available for each league, including whether seasons are past, active, or upcoming. This helps determine valid parameters for other tools and whether data exists for specific time periods.

Parameters (0 required, 1 optional)
Optional
leagueAbbreviationstring

Optional: filter to a specific league abbreviation (e.g., 'NFL'). If not provided, returns all supported leagues.

Default: null

Team Configurations and Discovery

get_team_configurations_v1
Full Description

Returns all teams and their configurations including team abbreviations, names, and branding. Use this tool to discover which team abbreviations are valid for the search_games_v1 tool. Each team includes its abbreviation (e.g., 'BOS', 'NYY', 'LAL'), full name, team ID, primary color, and logo URLs. Teams are organized by league for easy discovery. This helps answer questions like 'What teams are in the NBA?' or 'What's the abbreviation for the Red Sox?'

Parameters (0 required, 1 optional)
Optional
leagueAbbreviationstring

Optional: filter to a specific league abbreviation (e.g., 'NFL'). If not provided, returns teams from all supported leagues.

Default: null

Ping

ping
Full Description

Returns current server time and status

Professional and College Sport Game Schedule, powered by DraftKings

search_games_v1
Full Description

Returns game scores and statistics (historic, live, and pre-live) for sports whose scheduled start time falls within the time range. Use the following definitions:

  • now/live: +-3 hours
  • tonight/last night/this evening: 6pm-5am
  • today/yesterday/tomorrow: 12am-12am the next day
  • this morning: 2am-12pm
  • this afternoon: 12pm-6pm

Other prompt guidance:

  • "last X games": set startDate to 365 days ago, endDate to now, takeFrom='End', appropriate limit
  • "next X games" or "when does team x play next": set startDate to now, endDate to 365+ days ahead, takeFrom='Start' (or omit), limit to 1-3 results
  • "Show me games at x pm": search for +- 1 hour around that time; still use local time.
Parameters (3 required, 4 optional)
Required
endLocalDateTimestring

Search for game start times ending at this point. Use local times in ISO-8601 format, including time zone information.

leagueAbbreviationstring

The league abbreviation to get games for (e.g., NFL, NBA, NHL, MLB, etc.)

startLocalDateTimestring

Search for game start times from this point. Use local times in ISO-8601 format, including time zone information.

Optional
limitinteger

Max number of games to return (1–100). Default 10.

Default: 10
takeFromstring

Controls which games to take from the date range. 'Start' takes the first N games (earliest), 'End' takes the last N games (most recent). Default: 'Start'.

Default: null
teamGroupstring

Team group filter: finds games involving any of the specified teams. Format: 'TEAM1,TEAM2,...' (e.g., 'BOS,NYY,LAD'). Cannot be used with teamMatchup.

Default: null
teamMatchupstring

Team matchup filter: finds games where both teams play each other. Format: 'TEAM1,TEAM2' (e.g., 'BOS,NYY'). Cannot be used with teamGroup.

Default: null