Skip to main content
Glama

LocalTides MCP Server

get_sea_level_trends

Retrieve sea level trends and error margins for a specific station in JSON, XML, or CSV format using the LocalTides MCP Server tool, designed for analyzing water level data efficiently.

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-TidesAndCurrents-MCP'

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