Skip to main content
Glama

Datums

datums
Read-onlyIdempotent

Vertical datums for a station.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

C2.6/5.0
Behavior3/5

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

The description adds minimal behavioral context beyond the annotations. It does not mention return format, pagination, or side effects, but the annotations already declare the tool as read-only, idempotent, and non-destructive. There is no contradiction, but the description does not add extra value regarding behavior.

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

Conciseness3/5

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

The description is very concise, consisting of a single short phrase. However, it is a sentence fragment lacking a verb and reads more like a title than a functional description. While there is no wasted text, the structure is under-specified and not well-formed for conveying behavior.

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

Completeness2/5

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

Despite having annotations and an output schema, the description does not explain what vertical datums are, how they relate to a station, or what the response contains. The domain concept is left undefined, making the tool difficult to use correctly for an agent unfamiliar with maritime or geodetic terminology.

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

Parameters2/5

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

The schema has one 'station' parameter with no description, and the description does not elaborate on its format or meaning beyond 'for a station.' The schema example provides a station ID, but with 0% schema coverage, the description should compensate for the missing parameter detail. It fails to do so, leaving semantics to inference.

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

Purpose3/5

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

The description 'Vertical datums for a station' identifies the resource (vertical datums) and the context (station), but lacks an explicit verb like 'retrieves' or 'lists'. It differentiates from sibling tools by naming a specific resource, but the purpose remains ambiguous because it is a noun phrase rather than a clear action statement.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not state when to use this tool versus alternatives such as water_level or station_metadata, nor does it mention exclusions or prerequisites. The agent is given no contextual cues to decide between this and sibling tools.

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.

TDQS

B3.1/5.0
Disambiguation2/5

The 7 NOAA-specific tools (stations, station_metadata, water_level, currents, met_obs, predictions, datums) are clearly distinct, but they are buried among ~31 Pipeworx platform tools with heavy internal overlap: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all route factual queries, while polymarket_edges, polymarket_edge_tracker, polymarket_arbitrage, polymarket_fill_risk, and polymarket_kalshi_spread all analyze prediction-market opportunities. An agent cannot easily tell whether the generic question-answering or prediction-market tools are the right choice without reading long descriptions.

Naming Consistency2/5

Most tools use snake_case, but the naming conventions are inconsistent: some use descriptive nouns (stations, datums, predictions), some use noun_verb pairs (water_level, met_obs), and the Pipeworx batch mixes vendor-prefixed names (pipeworx_feedback, pipeworx_trending), bare verbs (remember, forget, recall, subscribe, unsubscribe), and multi-word verbs (generate_llms_txt, scan_competitor_ai_presence, ask_pipeworx_grounded). No predictable pattern unifies the set.

Tool Count1/5

38 tools is far too many for a server named 'Noaa Tides' — only 7 tools relate to NOAA tide/current data, and the other 31 are an unrelated general-purpose data platform (SEC filings, prediction markets, npm packages, AI visibility scanning, memory storage). The overwhelming majority of the surface has nothing to do with the server's stated purpose, making the count and composition a severe mismatch.

Completeness4/5

For the nominal NOAA tides domain, the surface is reasonably complete: station listing, metadata, observed water levels, currents, meteorological observations, tide predictions, and datums cover the core workflows. Minor gaps exist (e.g., no harmonic constituents or extreme water-level statistics tool), but the essential operations are present. The unrelated tools do not fill gaps in the NOAA domain — they are clutter rather than coverage.