search_cells_in_region
Locate specific weather data cells within a region by entering the region name with WeatherXM Pro MCP Server’s tool, streamlining precise data retrieval.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region_query | Yes | The name of the region to search for cells |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"region_query": {
"description": "The name of the region to search for cells",
"type": "string"
}
},
"required": [
"region_query"
],
"type": "object"
}