weather_search
Search for locations using a query to quickly find weather data. Integrated with Weather MCP Server to provide accurate results for AI-driven weather inquiries.
Instructions
Search for locations matching query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
q | Yes | Location query |
Input Schema (JSON Schema)
{
"properties": {
"q": {
"description": "Location query",
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}