Files
microsoft--semantic-kernel/dotnet/samples/Demos/ModelContextProtocolClientServer/MCPServer/ProjectResources/getCurrentWeatherForCity.json
T
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

18 lines
530 B
JSON

{
"name": "GetCurrentWeatherForCity",
"description": "Provides current weather information for a specified city.",
"template_format": "handlebars",
"template": "It's {{WeatherUtils-GetWeatherForCity city time}} in {{city}} as of {{time}}",
"input_variables": [
{
"name": "city",
"description": "The city for which to get the weather.",
"is_required": true
},
{
"name": "time",
"description": "The UTC time for which to get the weather.",
"is_required": true
}
]
}