Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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-current-standings | Get current NHL standings |
| get-team | Get information about an NHL team |
| get-team-roster | Get information about an NHL team's current roster |
| get-team-stats | Get statistics for an NHL team |
| get-player-landing | Get information about an NHL player |
| get-schedule | Get NHL game schedule |
| get-skater-leaders | Get NHL statistical leaders for skaters |
| get-current-stat-leaders | Get current NHL skater stats leaders |
| get-season-stat-leaders | Get NHL skater stats leaders for a specific season and game type |
| get-current-goalie-leaders | Get current NHL goalie stats leaders |
| get-season-goalie-leaders | Get NHL goalie stats leaders for a specific season and game type |
| get-current-team-stats | Get current statistics for an NHL team |
| get-team-stats-seasons | Get available seasons with statistics for an NHL team |
| get-team-stats-by-season | Get statistics for an NHL team for a specific season and game type |
| get-roster-by-season | Get an NHL team's roster for a specific season |
| get-team-prospects | Get prospects for an NHL team |
| get-current-schedule | Get the current NHL schedule for a specific team |
| get-week-schedule | Get the NHL schedule for a specific team for a given week |
| get-month-schedule | Get the NHL schedule for a specific team for a given month |
| get-season-schedule | Get the full season schedule for a specific team |
| get-date-schedule | Get the NHL schedule for a specific date |
| get-date-range-schedule | Get the NHL schedule for a date range |
| get-scores-now | Get current NHL scores |
| get-scores-by-date | Get NHL scores for a specific date |
| get-game-play-by-play | Get play-by-play data for a specific NHL game |