LobeChat
Ctrl K
Back to Discovery
Get current weather information for a specific location.

Tool Parameters

banner
Get current weather information
ParameterType
location
STRING

JSON Schema

json
[
  {
    "description": "Get current weather information",
    "name": "checkWeatherUsingGET",
    "parameters": {
      "properties": {
        "location": {
          "type": "string"
        }
      },
      "required": [
        "location"
      ],
      "type": "object"
    }
  }
]