Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BALLDONTLIE_API_KEY | Yes | Your API key from Balldontlie.io |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_teams | Gets the list of team from one of the following leagues NBA, MLB, NFL |
get_players | Gets the list of players from one of the following leagues NBA, MLB, NFL |
get_games | Gets the list of games from one of the following leagues NBA, MLB, NFL |
get_game | Get a specific game from one of the following leagues NBA, MLB, NFL |