Skip to main content
Glama

get_coverage

Read-only

FREE pre-flight: is a US address/point covered, how stale is the data (data_age_days), and what a report would cost. Accepts ONE address/lat+lon, OR addresses[] (up to 1000, needs your Bearer key) to size a whole job before spending. Call this before spending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
addressNo
addressesNobatch mode: size a whole job in one free call

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
frameNo
coveredNo
resultsNo
summaryNo
data_age_daysNo
would_cost_usdNo

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, so the tool is read-only. The description adds significant behavioral context: it's FREE, shows data age and cost, and batch mode requires a Bearer key. No contradiction with annotations. Could mention rate limits or authentication details, but the additions are valuable.

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?

Description is three sentences, front-loaded with 'FREE pre-flight', and each sentence adds essential information. No wasted words, and the important points (what it checks, how to use, when to call) are efficiently conveyed.

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

Completeness4/5

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

Given that an output schema exists (from context), the description does not need to detail return values, and it mentions what the tool returns (coverage, data_age_days, cost). It covers single and batch usage but misses potential error conditions or the exact limit of 1000 addresses. Still, it is fairly complete for a pre-flight check tool.

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?

Schema description coverage is only 25% (only addresses has a description). The description compensates by explaining the purpose of lat+lon, address, and addresses parameters, including the batch capacity up to 1000. It adds meaning beyond the bare schema, though details on required/non-required are not given.

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 clearly states the tool checks coverage, data staleness, and cost for a US address/point. It distinguishes single vs batch mode and uses 'pre-flight' to indicate it should be called before spending. The specific verbs and resources are clear, and the tool's purpose is distinct from siblings like 'ask_inspector' or 'buy_credits'.

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?

Description explicitly says 'Call this before spending' and explains when to use single address vs batch mode. It implies the tool is free. It does not exclude alternatives or provide when-not guidance, but the context of siblings and the pre-flight nature make usage clear enough. A slight gap for not mentioning when not to use.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct function: account management, ground motion queries, batch processing, history, and Q&A. No two tools serve overlapping purposes, and descriptions clearly differentiate them.

Naming Consistency4/5

Most tools use a 'verb_noun' pattern with verbs like get, register, buy, check, ask. However, 'check' is used for two tools (check_ground_motion, check_portfolio) while similar retrieval tools use 'get' (get_motion_history), creating a slight inconsistency in verb choice.

Tool Count5/5

With 9 tools, the server covers account setup, credit management, ground motion queries (single, batch, history), and follow-up Q&A—a well-scoped set that earns each tool's place.

Completeness5/5

The tool surface covers the full lifecycle: account creation (register_agent), credit purchasing (buy_credits), balance/usage (get_account, get_usage), coverage checks (get_coverage), ground motion queries (check_ground_motion, check_portfolio), motion history (get_motion_history), and post-purchase Q&A (ask_inspector). No obvious gaps.