weather_lookup
weather_lookup
Look up the weather by town or city name
1 credit per call, from your balance — or paid per request in USDC with no account at all.
Runs on Weather — Check weather and forecasts.
Arguments
| Name | Type | What it is |
|---|---|---|
day | string | today or tomorrow; empty returns the current multi-day forecast |
place | string | Town or city to look up |
focus | string | rain for a rain-focused answer, otherwise a general forecast |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{},"name":"weather_lookup"}}Try it in the playground.
