Stormglass Io

Learn how to use Stormglass Io with Composio

Overview

Enum

STORMGLASS_IO

Description

stormglass.io provides a global weather API offering high-resolution forecasts and historical data from trusted meteorological institutions.

Authentication Details

generic_api_key
stringRequired

Actions

Tool to fetch elevation data for a single geographic point. use when you need bathymetry or topography for a specific latitude/longitude.

Action Parameters

lat
numberRequired
lng
numberRequired

Action Response

data
object
error
string
meta
object
successful
boolean
Tool to list all available tide stations. use when you need a catalog of stations before querying tide data.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to fetch solar irradiation and sun-position data for a specific coordinate. use after confirming lat/lng, desired parameters, and optional iso-formatted start/end.

Action Parameters

end
string
lat
numberRequired
lng
numberRequired
params
arrayRequired
source
string
start
string

Action Response

data
object
error
string
successful
boolean
Tool to fetch marine and land weather data for a specific coordinate. use after confirming latitude, longitude, and desired parameters.

Action Parameters

end
string
lat
numberRequired
lng
numberRequired
params
arrayRequired
source
string
start
string

Action Response

data
object
error
string
successful
boolean