Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

md_bay_latest

Read-only

Retrieve real-time water quality and weather data from Chesapeake Bay buoys: temperature, salinity, dissolved oxygen, pH, wind, and waves.

Instructions

Get latest readings from a CBIBS buoy station. Returns current water temperature, salinity, dissolved oxygen, pH, wind, waves, and more. Stations: 'UP' (Upper Potomac), 'GR' (Gooses Reef), 'J' (Jamestown), 'FL' (First Landing), 'SR' (Stingray Point), 'PL' (Point Lookout), 'AN' (Annapolis), 'YS' (York Spit), 'N' (Norfolk), 'SN' (Susquehanna), 'S' (South).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stationYesStation code
Behavior3/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds useful context about the specific measurements returned, but does not disclose units, data freshness, station coverage quirks, or error behavior. It provides some value beyond annotations but not a full behavioral picture.

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 three sentences: purpose, returned fields, and station list. Each sentence earns its place, and the most important information is front-loaded. The station list is long but necessary for selecting a valid station. Minor structure improvement could be bulleted stations, but it remains concise.

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

Completeness3/5

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

For a simple one-parameter read-only tool, the description gives the essential purpose, sample fields, and stations. However, it omits units (e.g., temperature in °C), the meaning of 'latest' (last observation vs. daily summary), and whether all stations report all fields. Without an output schema, these gaps affect usability.

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 schema documents the single 'station' parameter with an enum of codes. The description enhances this by mapping each code to a human-readable station name (e.g., 'UP' = Upper Potomac), which is crucial for selecting the correct value. This goes beyond the schema's bare 'Station code' description.

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

Purpose4/5

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

The description states a clear action ('Get latest readings') and specific resource ('CBIBS buoy station'), and lists the measurements returned. It implicitly distinguishes from siblings like md_bay_stations and md_bay_historical by focusing on 'latest' data, but does not explicitly name alternatives, so it doesn't fully reach the top score.

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 implies usage when current buoy readings are needed, but provides no explicit guidance on when to use this tool vs. alternatives like historical data or station lists. There are no exclusions or conditional use cases mentioned.

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