Skip to main content
Glama

Check internet availability

check_availability
Read-onlyIdempotent

Authoritative internet availability for one US location. Give a street address (or lat/lng, or an FCC location_id from a previous call) and get every provider that files service there — technology, download/upload speeds — fiber options first, with the FCC filing vintage the answer derives from and a link to the live page. Data: FCC Broadband Data Collection filings cross-verified against a 200M-address evidence ledger.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoLatitude (use with lng as an alternative to address)
lngNoLongitude
addressNoUS street address, e.g. '520 South 5th Street, Goshen, Indiana'
location_idNoFCC location id from a previous check (skips address resolution)

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish read-only and idempotent behavior. The description adds valuable context about return content (fiber-first ordering, FCC filing vintage, live page link) and data provenance (cross-verified evidence ledger), enhancing transparency beyond 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?

Two sentences, front-loaded with the core purpose, then efficiently packing input methods, output details, and data source. No wasted words.

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 lookup tool with no output schema, the description covers what the tool does, inputs, outputs, and data quality. It is suitably complete given the tool's straightforward nature.

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 covers all 4 parameters with descriptions, providing a baseline of 3. The description adds semantic value by framing lat/lng and address as alternatives and noting location_id comes from a previous call, clarifying how to choose among them.

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 clearly states the tool's function: 'Authoritative internet availability for one US location' and details what it returns (every provider, technology, speeds). It distinguishes itself from siblings like area_intelligence and provider_profile by focusing on location-specific availability.

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?

Provides explicit input options ('street address, lat/lng, or an FCC location_id') and indicates reuse from previous calls. Clear context for when to use, but no explicit exclusions or alternatives.

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

Each tool targets a distinct geographic or entity level: city, address, national, hex, and provider. There is no overlap in primary purpose; even the two 'intelligence' tools are clearly separated by scale (city vs. res-8 hex).

Naming Consistency4/5

Most tools follow a noun_noun pattern (area_intelligence, industry_overview, location_intelligence, provider_profile), with one exception: check_availability uses a verb-led style. The deviation is minor and the names remain intuitive and predictable.

Tool Count5/5

Five tools is well-scoped for a telecom data server, covering the core lookups needed without bloat. Each tool earns its place and the count aligns with a focused read-only domain.

Completeness5/5

The tool set covers the full spectrum of US broadband availability queries: address, neighborhood, city, national, and provider identity. There are no obvious dead ends—users can drill down from national to address or use provider_profile for disambiguation.

Resources