Skip to main content
Glama

noaa-tidesandcurrents-mcp

get_high_tide_flooding_annual

Retrieve annual high tide flooding counts for a specific station based on station ID, date range, flood threshold, and output format. Use this tool to analyze coastal flood data from NOAA Tides and Currents.

Instructions

Get high tide flooding annual count data for a station

Input Schema

NameRequiredDescriptionDefault
begin_dateNoStart date (YYYYMMDD format)
datumNoDatum reference for DPAPI
end_dateNoEnd date (YYYYMMDD format)
formatNoOutput format (json, xml, csv)
stationYesStation ID
thresholdNoFlood threshold level
year_rangeNoYear range (YYYY-YYYY format)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Get high tide flooding annual count data", "properties": { "begin_date": { "description": "Start date (YYYYMMDD format)", "type": "string" }, "datum": { "description": "Datum reference for DPAPI", "enum": [ "STND", "MLLW", "MHHW", "GT", "MSL", "MLW", "MHW" ], "type": "string" }, "end_date": { "description": "End date (YYYYMMDD format)", "type": "string" }, "format": { "description": "Output format (json, xml, csv)", "enum": [ "json", "xml", "csv" ], "type": "string" }, "station": { "description": "Station ID", "minLength": 1, "type": "string" }, "threshold": { "description": "Flood threshold level", "enum": [ "minor", "moderate", "major" ], "type": "string" }, "year_range": { "description": "Year range (YYYY-YYYY format)", "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