Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_water_levels | Get water level data for a station |
get_tide_predictions | Get tide prediction data |
get_currents | Get currents data for a station |
get_current_predictions | Get current predictions |
get_meteorological_data | Get meteorological data |
get_stations | Get list of stations |
get_station_details | Get detailed information about a station |
get_moon_phase | Get moon phase information for a specific date |
get_moon_phases_range | Get moon phase information for a date range |
get_next_moon_phase | Get the next occurrence(s) of a specific moon phase |
get_sun_times | Get sun rise/set and other sun event times for a specific date and location |
get_sun_times_range | Get sun rise/set and other sun event times for a date range and location |
get_sun_position | Get sun position information for a specific date, time, and location |
get_next_sun_event | Get the next occurrence(s) of a specific sun event |
get_parameter_definitions | Get information about valid parameter values for NOAA API requests |
get_sea_level_trends | Get sea level trends and error margins for a station |
get_extreme_water_levels | Get extreme water levels and exceedance probabilities for a station |
get_high_tide_flooding_daily | Get high tide flooding daily count data for a station |
get_high_tide_flooding_monthly | Get high tide flooding monthly count data for a station |
get_high_tide_flooding_seasonal | Get high tide flooding seasonal count data for a station |
get_high_tide_flooding_annual | Get high tide flooding annual count data for a station |
get_high_tide_flooding_projections | Get high tide flooding decadal projections for sea level rise scenarios |
get_high_tide_flooding_likelihoods | Get high tide flooding daily likelihoods for a station |
get_top_ten_water_levels | Get top ten highest or lowest water levels for a station |