get_tide_forecast_pst
Get tide height predictions for BC stations with timestamps converted to Pacific Time (PST/PDT). Provides hourly water levels and high/low tides in local time.
Instructions
Get tide height forecast with timestamps converted to Pacific Standard Time (PST/PDT).
This tool retrieves predicted water levels and converts all timestamps from UTC to Pacific Time (America/Vancouver timezone), automatically handling PST/PDT transitions.
Use this tool when you need tide data displayed in local BC time rather than UTC.
Returns:
Station information (name, ID, coordinates)
List of hourly tide predictions with PST timestamps and water levels (in meters)
High and low tide information for the requested period
Examples of station names:
"Point Atkinson" (near Vancouver)
"Campbell River"
"Victoria"
"Tofino"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional specific date to filter results (format: YYYY-MM-DD). If provided, only returns data for that date in PST. Leave empty to get all 7 days. | |
| station_name | Yes | The name of the monitoring station (e.g., 'Point Atkinson', 'Vancouver', 'Victoria'). Partial matching is supported. |