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 |
|---|---|
| weather-forecast | Generate a weather forecast request |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Weather API Documentation |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_weather_forecast | Get weather forecast for a Japanese city using city ID |
| get_available_city_ids | Get a list of available city IDs for Japanese cities |
| get_weather_by_city_name | Get weather forecast for common Japanese cities by name |