Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

coops_currents

Read-only

Retrieve current speed and direction observations from NOAA CO-OPS stations. Input a station ID and date to get tidal current data for marine operations.

Instructions

Get current speed/direction observations from a NOAA CO-OPS station. Requires a currents-capable station.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
binNoBin number for multi-bin current stations
dateNoDate shortcut (alternative to begin_date/end_date)
unitsNoUnits: english or metric (default metric)
stationYesStation ID, e.g. '8454000' (Providence), '9414290' (San Francisco)
end_dateNoEnd date YYYYMMDD
time_zoneNoTime zone: gmt, lst (local standard), lst_ldt (local daylight) (default gmt)
begin_dateNoStart date YYYYMMDD
Behavior3/5

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

Annotations declare readOnlyHint=true, so the description does not need to restate that it is a safe read operation. The description adds the requirement that the station must support currents, which is useful context. However, it does not disclose any additional behavior like default date ranges or how missing data is handled, though some defaults are present in the schema.

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

Conciseness5/5

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

The description is two sentences long, directly answers what the tool does, and front-loads the key purpose. Every word earns its place with no fluff or redundancy.

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?

For a simple read-only tool with a fully described schema and read-only annotation, the description covers the essential context: purpose and station requirement. It lacks explicit return-format guidance, but the absence of an output schema and the straightforward nature of the tool make the description sufficiently complete.

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 100%, so all parameters are already described in the schema. The description adds no extra parameter semantics beyond what the schema provides, hence the baseline score of 3.

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 uses a specific verb ('Get') and resource ('current speed/direction observations from a NOAA CO-OPS station'), clearly distinguishing it from sibling tools like coops_current_predictions. The scoping to 'observations' and the station requirement make the purpose unambiguous.

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 provides one essential usage prerequisite ('Requires a currents-capable station') but does not explicitly state when to use this tool versus alternatives such as coops_current_predictions or coops_water_level. It offers no when-not or alternative guidance.

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

Install Server

Other Tools

Latest Blog Posts

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/cyntrica/gov-data-mcp'

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