Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_alerts | Getting weather alerts for a US State.
Args:
state: two-letter us state code (e.g CA, NY) |
| get_forecast | Getting weather forecast for a location.
Args:
latitude: latitude of the location
longitude: longitude of the location |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |