Skip to main content
Glama

LocalTides MCP Server

get_high_tide_flooding_projections

Generate high tide flooding projections for specific decades based on sea level rise scenarios, flood thresholds, and station data. Output available in JSON, XML, or CSV formats.

Instructions

Get high tide flooding decadal projections for sea level rise scenarios

Input Schema

NameRequiredDescriptionDefault
datumNoDatum reference for DPAPI
decadeNoDecade for projections (e.g., "2050")
formatNoOutput format (json, xml, csv)
scenarioNoSea level rise scenario
stationYesStation ID
thresholdNoFlood threshold level

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Get high tide flooding decadal projections", "properties": { "datum": { "description": "Datum reference for DPAPI", "enum": [ "STND", "MLLW", "MHHW", "GT", "MSL", "MLW", "MHW" ], "type": "string" }, "decade": { "description": "Decade for projections (e.g., \"2050\")", "type": "string" }, "format": { "description": "Output format (json, xml, csv)", "enum": [ "json", "xml", "csv" ], "type": "string" }, "scenario": { "description": "Sea level rise scenario", "enum": [ "all", "low", "intermediate-low", "intermediate", "intermediate-high", "high", "extreme" ], "type": "string" }, "station": { "description": "Station ID", "minLength": 1, "type": "string" }, "threshold": { "description": "Flood threshold level", "enum": [ "minor", "moderate", "major" ], "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-TidesAndCurrents-MCP'

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