Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API 密钥 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| alerts_api | Alerts API returns alerts and warnings issued by government agencies (USA, UK, Europe and Rest of the World) as an array if available for the location provided. |
| future_weather_api | Future weather API method returns weather in a 3 hourly interval in future for a date between 14 days and 300 days from today in the future. |
| realtime_weather_api | Current weather or realtime weather API method allows a user to get up to date current weather information in json and xml. The data is returned as a Current Object. |
| sports_api | Sports API method allows a user to get listing of all upcoming sports events for football, cricket and golf in json. |
| astronomy_api | Astronomy API method allows a user to get up to date information for sunrise, sunset, moonrise, moonset, moon phase and illumination in json. |
| searchautocomplete_api | Search or Autocomplete API returns matching cities and towns. |
| marine_weather_api | Marine weather API returns upto next 7 day marine and sailing weather forecast and tide data for global marine/sea points. |
| history_weather_api | History weather API method returns historical weather for a date on or after 1st Jan, 2010 (depending upon subscription level) as json. |
| forecast_weather_api | Forecast weather API method returns upto next 14 day weather forecast and weather alert as json. It contains astronomy data, day weather forecast and hourly interval weather information for a given city. |
| ip_lookup_api | IP Lookup API method allows a user to get up to date information for an IP address in json. |
| time_zone_api | Time Zone API method allows a user to get up to date time zone and local time information in json. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |