weather_bias
ActiveTool of io.github.huwhitememes/tollbooth
declared in 0.12.0
Weather bias vs recent mean — uses Open-Meteo archive+forecast and ticker mapping for Kalshi HIGH* fade edge.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"city"
],
"properties": {
"city": {
"type": "string",
"maxLength": 30,
"minLength": 2,
"description": "NYC|CHI|MIA|LAX or lat,lon = NYC default"
},
"model": {
"type": "string",
"maxLength": 50,
"description": "Model name for provenance"
},
"days_back": {
"type": "integer",
"maximum": 30,
"minimum": 2,
"description": "Days back for anomaly, default 7"
}
}
}Parent server
io.github.huwhitememes/tollbooth
1/7 registries