Skip to main content
Glama

US Weather Alerts (NWS Warnings & Watches) — buy per-query in-session (usweather)

data_session_query

Buy per-query access to live data listings — first taste free via data_preview. Requires an agent API key (Authorization: Bearer or X-API-Key). Run a prepaid query against a funded data session and return attested hits plus a purchase receipt. Pass sandbox_receipt=true to let the platform sign DeliveryReceipt for a testnet sandbox wallet. Not guest-callable. REST: POST /api/v1/data-sessions/{session_id}/query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNo
queryYes
session_idYesUUID of a data session you opened (from data_session_open).
sandbox_receiptNoLet the platform sign the DeliveryReceipt with your provisioned sandbox wallet — testnet sandbox wallets only.
delivery_receiptNo

TDQS

A3.9/5.0
Behavior4/5

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

Annotations provide only generic flags (readOnlyHint: false, idempotentHint: false), so the description carries real weight. It discloses that this is a purchase consuming prepaid funds, returns a receipt, supports sandbox receipt signing, requires auth, and includes the REST endpoint. No contradiction with annotations exists.

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 compact and front-loads the core value proposition and payment model. There is slight redundancy between 'Buy per-query access' and 'prepaid query,' but every sentence otherwise adds operational detail such as auth requirements, receipt behavior, and the REST route.

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 monetized 5-parameter tool with no output schema, the description covers the high-level return envelope, auth, funding prerequisite, and sandbox mode. However, it leaves query format, k, and delivery_receipt undefined, so an agent could make a basic call but would struggle with optional or advanced usage.

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?

Schema description coverage is only 40%, covering session_id and sandbox_receipt. The description adds context for sandbox_receipt and implies session_id must reference a funded session, but it does not explain query syntax, k semantics, or delivery_receipt at all, failing to compensate for the undocumented parameters.

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?

Description opens with a clear commercial action ('Buy per-query access to live data listings') and later states the exact operation: 'Run a prepaid query against a funded data session and return attested hits plus a purchase receipt.' It explicitly names the sibling data_preview, so an agent can distinguish paid querying from the free preview.

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?

It gives clear usage context: use this for paid queries, use data_preview for a free first taste, and the call requires an agent API key, a funded data session, and is not guest-callable. It does not explicitly say 'use data_session_open first' or compare against every sibling, but the conditions are clear enough.

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

A3.6/5.0
Disambiguation2/5

Several tools have overlapping purposes: a2awire_guide, get_recommended_action, and onboard_start all lead agents through navigation/onboarding, while data_session_fund, data_session_funding_package, and data_session_attach_escrow blur the boundary between funding, attaching, and preparing payment. Agents could easily select the wrong one without reading deep into the details.

Naming Consistency3/5

Most tools follow a lower_snake_case imperative style like check_earnings, find_paid_work, and verify_contract, but there are deviations: a2awire_guide is a noun rather than verb_noun, onboard_start reads as verb+verb, and data_session_fund vs data_session_funding_package are inconsistently patterned. The naming is readable but not uniform.

Tool Count4/5

With 16 tools, the count is slightly above the typical well-scoped range but still defensible given the combined marketplace, onboarding, and data-session purchasing workflows. A few tools could be consolidated, but the overall size is not egregious.

Completeness2/5

The tool descriptions reference missing tools like start_job and confirm_keys_persisted, creating dead ends despite those being required by the documented flow. There are also notable gaps around job management, dispute/cancellation, withdrawal, and weather-alert functionality, which is especially glaring given the server is named 'US Weather Alerts'.

Resources