get_conditions
Retrieve current US weather conditions including temperature, humidity, wind, visibility, and pressure. Supports standard or full detail with raw METAR data.
Instructions
Get current weather conditions for a US location.
Use when: "What's the weather right now?", "How hot is it?", "Is it windy?"
detail="standard": temperature, feels-like, dewpoint (or frost_point when <= 0C), humidity, wind, sky, visibility, pressure. detail="full": adds cloud layers, present weather, raw METAR.
Omit lat/lon to use configured primary location.
units: "us" or "si" for base system, with optional field overrides: "us,pressure:mb,wind:kt". Fields: temperature (f|c), pressure (inhg|mb), wind (mph|kt|kmh|ms), distance (mi|km), accumulation (in|mm|cm).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | No | ||
| longitude | No | ||
| detail | No | standard | |
| units | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||