Skip to main content
Glama

noaa-tidesandcurrents-mcp

get_sea_level_trends

Analyze sea level trends and error margins for specific stations using NOAA Tides and Currents data. Input station ID and affiliation to retrieve data in JSON, XML, or CSV format.

Instructions

Get sea level trends and error margins for a station

Input Schema

NameRequiredDescriptionDefault
affilNoStation affiliation (Global or US)
formatNoOutput format (json, xml, csv)
stationYesStation ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Get sea level trends for a station", "properties": { "affil": { "description": "Station affiliation (Global or US)", "enum": [ "Global", "US" ], "type": "string" }, "format": { "description": "Output format (json, xml, csv)", "enum": [ "json", "xml", "csv" ], "type": "string" }, "station": { "description": "Station ID", "minLength": 1, "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