Weather MCP Skills
This MCP server provides the following skills (tools) for interacting with weather data.
Tools
get_weather
Description: Retrieves the current weather for a specified city.
Parameters:
city(string): The name of the city to get weather for (e.g., "Beijing", "New York").
Returns: A string describing the current weather, including temperature and conditions.
Example Usage:
- Input:
{"city": "Beijing"} - Output:
"beijing: ⛅ +14C"
Notes:
[Description truncada. Veja o README completo no GitHub.]