Skip to main content
Glama

noaa-tidesandcurrents-mcp

get_top_ten_water_levels

Retrieve the top ten highest or lowest water levels for a specific station using NOAA Tides and Currents data. Specify station ID, datum, units, and output format (JSON, XML, CSV).

Instructions

Get top ten highest or lowest water levels for a station

Input Schema

NameRequiredDescriptionDefault
analysis_typeNoAnalysis type (highest or lowest)
datumNoDatum reference for DPAPI
formatNoOutput format (json, xml, csv)
stationYesStation ID
unitsNoUnits to use ("english" or "metric")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Get top ten water levels for a station", "properties": { "analysis_type": { "description": "Analysis type (highest or lowest)", "enum": [ "highest", "lowest" ], "type": "string" }, "datum": { "description": "Datum reference for DPAPI", "enum": [ "STND", "MLLW", "MHHW", "GT", "MSL", "MLW", "MHW" ], "type": "string" }, "format": { "description": "Output format (json, xml, csv)", "enum": [ "json", "xml", "csv" ], "type": "string" }, "station": { "description": "Station ID", "minLength": 1, "type": "string" }, "units": { "description": "Units to use (\"english\" or \"metric\")", "enum": [ "english", "metric" ], "type": "string" } }, "required": [ "station" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyanCardin15/NOAA'

If you have feedback or need assistance with the MCP directory API, please join our Discord server