Get Tide Predictions
tides.noaa.predictionsRetrieve NOAA tide predictions for US coastlines, rivers, and Great Lakes. Get high/low, hourly, or 6-minute water level forecasts in feet or meters by station ID.
Instructions
Get tide predictions for a NOAA station — high/low tides, hourly, or 6-minute intervals. Returns predicted water level in feet or meters. Covers US coastlines, rivers, Great Lakes. Station IDs: 8518750 (NYC), 9414290 (SF), 8443970 (Boston) (NOAA, US Gov)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station | Yes | NOAA station ID (e.g. "8518750" for The Battery NYC, "9414290" for San Francisco, "8443970" for Boston) | |
| begin_date | Yes | Start date in YYYYMMDD format (e.g. "20260409") | |
| end_date | Yes | End date in YYYYMMDD format (e.g. "20260410"). Max range: 31 days. | |
| interval | No | Prediction interval: "hilo" = high/low tides only (default), "h" = hourly, "6" = every 6 minutes | |
| datum | No | Vertical datum: MLLW (default), MSL, NAVD, MHHW, MHW, MLW, etc. | |
| units | No | Units: "english" = feet (default), "metric" = meters |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |