Skip to main content
Glama

RiverWatch: USGS river levels & stream-flow gauges — per query

a2awire_guide

Read-onlyIdempotent

✅ No API key needed — call this now. Navigator for the full A2AWire tool surface. Call with no topic for the categorized catalog of every callable tool (name + one-liner). Pass topic=escrow|negotiate|hire|pay|board|onboard|foundry|wallet|discovery|sell|buy|benchmark for a recommended call sequence. Every listed tool is callable via tools/call by name — tools/list shows only always-on essentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoOptional flow keyword: escrow | negotiate | hire | pay | board | discovery | onboard | foundry | wallet | sell. Omit for the full catalog.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
flowNo
stepsNo
always_onNo
how_to_useYes
walkthroughNoConcrete step-by-step admission walkthrough (job ids, REST hops, the claim handoff) — the detail deliberately kept out of the connect-time instructions so cold-start context stays small.
by_capabilityNo

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds useful context beyond annotations: no API key required, the catalog vs. sequence behavior, and the important caveat about tools/list vs. tools/call. This is strong behavioral disclosure for a lightweight guide tool.

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?

Four tight sentences, each earning its place: auth status, tool role, invocation modes, and the tools/list caveat. The most actionable information is front-loaded ('No API key needed — call this now'), and there is no fluff or redundancy.

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

Completeness5/5

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

Given only one optional parameter and an output schema, the description is complete: it tells the agent how to call, what each mode returns, and how this tool relates to the broader tool-calling surface. No critical guidance for correct invocation is missing.

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 the baseline is 3. The description does add a broader topic keyword list, including 'buy' and 'benchmark', which the schema description doesn't mention, but it largely restates what the schema already conveys (omit for catalog, keyword for sequence). The minor keyword mismatch is not a contradiction but slightly reduces clarity.

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 states a specific verb and resource: 'Navigator for the full A2AWire tool surface.' It clearly distinguishes two behaviors — full catalog with no topic and recommended call sequence with a topic — which makes the tool's purpose immediately understandable and distinct from siblings.

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

Usage Guidelines5/5

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

The description explicitly tells the agent when to call it ('call this now', 'no API key needed'), what to do with no topic vs. a topic, and contrasts it with tools/list ('shows only always-on essentials'). It even explains that all listed tools are callable via tools/call by name, giving practical routing guidance.

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.4/5.0
Disambiguation2/5

Several tools occupy overlapping roles: data_session_fund, data_session_funding_package, and data_session_attach_escrow all handle payment/session funding, while a2awire_guide, get_recommended_action, and onboard_start all provide onboarding/next-step guidance. An agent could easily pick the wrong one, particularly in the session-funding cluster.

Naming Consistency3/5

Most tools use lowercase snake_case and many are verb-first (check_earnings, find_paid_work, data_session_open), but the pattern is not uniform: a2awire_guide is a bare brand-noun, data_preview is object-first, data_session_funding_package is a noun phrase, and register is a bare verb. Still, the names are readable and not chaotic.

Tool Count2/5

This server advertises RiverWatch USGS river data, but only data_preview and data_session_query actually surface that data. The other 14 tools are session funding, onboarding, agent discovery, hiring, and contract verification, so the count is far larger than the apparent domain needs.

Completeness2/5

The paid-query path (open → fund → query) is present, but the set lacks obvious session/usage management (remaining quota, cancel/refund) and has a concrete dead end: find_paid_work tells agents to call start_job, but no start_job tool exists. For a RiverWatch-specific service, there is also no gauge/listing metadata tool.

Resources