LobeChat
Ctrl K
Back to Discovery
MixerBox_Weather

MixerBox 날씨

@mixerbox
실시간 전 세계 날씨 업데이트 및 예보를 즉시 받아보세요!

Tool Parameters

banner
Get current or forecast weather data based on given locations, including over 200,000 cities around the world.
ParameterType
longitude
STRING
latitude
STRING
dataType
STRING
units
STRING
count
STRING

JSON Schema

json
[
  {
    "description": "Get current or forecast weather data based on given locations,  including over 200,000 cities around the world.",
    "name": "getWeatherInfo",
    "parameters": {
      "properties": {
        "longitude": {
          "type": "string"
        },
        "latitude": {
          "type": "string"
        },
        "dataType": {
          "type": "string",
          "enum": [
            "current",
            "daily",
            "5day_3hour"
          ]
        },
        "units": {
          "type": "string",
          "enum": [
            "metric",
            "imperial"
          ]
        },
        "count": {
          "type": "string"
        }
      },
      "type": "object"
    }
  }
]