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 |
---|---|
getWeather | Get current weather information for a location. Returns weather data including temperature, humidity, and conditions. |
getWeatherForecast | Get weather forecast for a location. Returns weather forecast for the next few days. |
getHourlyWeather | Get hourly weather forecast for a location. Returns weather data hour by hour for the next 24 hours. |
lookupCity | Look up city information by name, ID, or coordinates. Returns city ID that can be used with other weather tools. |