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 |