Skip to main content
Glama

Get NOAA API Reference Guide

noaa_get_reference_guide
Read-onlyIdempotent

Get curated reference documentation for NOAA CO-OPS concepts and parameters. Topics:

  • products: Every NOAA CO-OPS data product and which tool serves it

  • datums: Vertical datums (MLLW, MSL, IGLD...) and station applicability

  • units: What english vs metric means per measurement (incl. cm/s currents)

  • time_zones: gmt / lst / lst_ldt semantics and restrictions

  • intervals: Valid interval values per product family

  • station_types: Station type filters and station ID formats

  • data_limits: Maximum date-range span per product

  • quality_flags: Data quality fields (v/s/f/q), flag letters, HH/H/L/LL

  • date_formats: Accepted date formats and parameter combinations

  • marine_forecast: NWS wind & marine forecast tools vs CO-OPS observations

Consult this before constructing unusual requests — especially "datums" (which vertical reference to use and station applicability), "units" (english/metric asymmetries like cm/s current speeds), and "data_limits" (maximum date spans per product).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesReference topic to retrieve.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations indicate read-only, idempotent, non-destructive behavior, which the description aligns with by noting it provides reference documentation. The description adds value by detailing the scope of topics covered, going beyond annotation information.

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 concise, using a bullet list for topics and emphasizing key ones in a single paragraph. Every sentence adds useful information without 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?

Given the simple parameter (one enum) and no output schema, the description adequately explains the tool's purpose and the content of each topic. It doesn't specify return format but that's acceptable for a reference guide.

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

Parameters4/5

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

The input schema has 100% coverage with a single enum parameter. The description adds context by explaining the content of each topic (e.g., what 'datums' includes), exceeding the schema's basic description.

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 provides curated reference documentation for NOAA CO-OPS concepts and parameters. It lists specific topics, distinguishing itself from sibling data retrieval tools by emphasizing its role as a reference guide.

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

Usage Guidelines4/5

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

The description explicitly advises consulting this tool before constructing unusual requests, highlighting specific topics like datums, units, and data_limits. It provides clear context for when to use it, though it doesn't explicitly state when not to use it.

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.