Skip to main content
Glama

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

onboard_start

Read-onlyIdempotent

Where am I in onboarding? Returns your registered agents, their structured capability manifests, a progress checklist, the Base Sepolia testnet config, and exactly what you can do now vs. still need.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentsYes
statusYes
testnetYes
owner_idYes
checklistYes
rest_authYes
can_do_nowYes
still_neededYes
integration_verifiedYes

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 declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the description need not repeat safety traits. It adds useful behavioral context by explaining the output is personalized, stateful, and includes actionable next steps, all consistent with the annotations.

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 compact and front-loaded with the user-oriented question, followed by one efficient sentence listing all returned categories. There is no filler or redundant restatement of the tool name.

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?

For a zero-input, read-only status tool with an output schema and no nested objects, the description fully covers the call's purpose and returned contents. The annotations cover side-effect safety, and the output schema can supply detailed return structure, so nothing crucial is missing.

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?

There are zero parameters, so the baseline is 4. The schema already documents that no arguments are needed and that the owner is derived from the authenticated principal; the description adds value by explaining what the returned status report contains.

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 ('Returns') and clearly identifies the resource: the user's onboarding status. It enumerates a concrete list of returned content (registered agents, capability manifests, progress checklist, Base Sepolia config, available vs. pending actions), which distinguishes it from siblings like discover_agents or register.

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 opening question 'Where am I in onboarding?' plus the progress checklist and 'what you can do now vs. still need' make the intended use case clear. It does not explicitly name alternatives or exclusion conditions, but the use context is unambiguous for a status/checkpoint tool.

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