Skip to main content
Glama

Find My Tide

Get tide predictions

get_tides
Read-onlyIdempotent

High and low tide times and heights for one station, over one or more days in the station's local time, plus the current height and direction when the range includes now. Times are ISO 8601 with the station's UTC offset. Heights are above the station's chart datum, in feet for US stations and metres for Canadian ones unless units is given.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoFirst day, YYYY-MM-DD in the station's local calendar. Defaults to today there.
daysNo
unitsNo
station_idYesFrom search_stations, e.g. "noaa:9447130".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations declare readOnlyHint=true and idempotentHint=true, which already indicate a safe, non-mutating operation. The description goes beyond this by clarifying time zones (ISO 8601 with station UTC offset), height units (feet vs metres depending on station region, overridable via units), and the chart datum reference. These add genuine behavioral context not present in annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured paragraph that front-loads the core function (high/low tides) before adding unit/zone details. Every sentence earns its place, and there is no redundant restatement of the title or schema. It is concise but informative, though slightly dense.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given there is no output schema, the description effectively communicates the return content (high/low times and heights, plus current height/direction) and key data formats. It addresses units and time zones, which are critical for correct interpretation. For a moderate-complexity read-only tool, this is fairly complete; missing details like error behavior are not essential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50%: date and station_id have descriptions, but days and units lack them. The tool description adds important semantics for units (feet vs metres based on station, unless overridden) and mentions the days concept ('over one or more days'), but does not explain the days parameter's default, range, or meaning beyond that. It partially compensates for the schema gaps but not fully.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns high/low tide times and heights for a single station over a date range, plus current height and direction when appropriate. This is a specific verb+resource combination that distinguishes it from siblings like search_stations (finding stations) and get_conditions (likely weather).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says the tool works 'for one station' and implies the station must be identified, but it does not explicitly state when to use this tool versus search_stations (e.g., 'use search_stations to find station_id first') or mention exclusions. The schema notes station_id comes from search_stations, but that's not in the description itself, so routing guidance is only implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources