get_station_list
Retrieve a list of weather stations from Spain's AEMET API, optionally filtered by station names or provinces for targeted weather data access.
Instructions
Get a list of all available weather stations or filter by one or more search terms, including approximate matches.
Args: search_terms: Optional terms (space or comma separated) to filter stations by name or province.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
search_terms | No |
Input Schema (JSON Schema)
{
"properties": {
"search_terms": {
"default": "",
"title": "Search Terms",
"type": "string"
}
},
"title": "get_station_listArguments",
"type": "object"
}