13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"$schema": "../../schemas/toolkit-schemas/toolkit.json",
|
|
"name": "Weather",
|
|
"description": "Tools for weather lookup and forecasts.",
|
|
"icon_name": "sun-cloudy-line",
|
|
"context_files": [
|
|
"OWNER.md"
|
|
],
|
|
"tools": [
|
|
"openmeteo"
|
|
]
|
|
}
|