Skip to main content
Glama

Server Details

US telecom availability and intelligence by address, with FCC provenance. Fiber-first.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 5 of 5 tools scored.

Server CoherenceA
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.

Available Tools

5 tools
area_intelligenceCity coverage intelligenceA
Read-onlyIdempotent
Inspect

Coverage intelligence for a US city: how many providers file service, fiber availability share, and the dominant technologies — honest numbers with their grain and vintage stated. Give city and two-letter state.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYesCity name, e.g. 'Goshen'
stateYesTwo-letter state, e.g. 'IN'
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, covering safety and determinism. The description adds meaningful context beyond annotations by promising 'honest numbers with their grain and vintage stated,' which informs the user about data quality and temporal provenance—a useful behavioral trait not captured in structured 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 concise and front-loaded, presenting the core purpose and expected outputs in a single, information-dense sentence. The second sentence gives necessary input instructions. Every clause adds value, with no filler or redundant repetition.

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 the absence of an output schema, the description adequately outlines the return content (providers count, fiber share, technologies) and mentions metadata ('grain and vintage'). It is sufficient for a simple two-parameter read-only intelligence tool, though it could benefit from a more explicit statement about the output format or units.

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% for both 'city' and 'state', so the baseline is 3. The description reinforces the parameter format ('Give city and two-letter state') but adds little beyond the schema, except for clarifying the US-only scope, which is already implied by the word 'US' in the description. No new semantic depth is provided for the 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?

The description clearly specifies the tool's function: it provides city-level coverage intelligence including number of providers, fiber availability share, and dominant technologies. It distinguishes itself from sibling tools by focusing on aggregate city statistics rather than individual availability checks or provider profiles.

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

Usage Guidelines3/5

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

The description implies usage by stating the required inputs ('Give city and two-letter state') and the scope ('for a US city'), but it does not explicitly contrast with sibling tools or state when to choose this over alternatives. No exclusions or alternative recommendations are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

check_availabilityCheck internet availabilityA
Read-onlyIdempotent
Inspect

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.

ParametersJSON 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)
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.

industry_overviewUS telecom industry overviewA
Read-onlyIdempotent
Inspect

US telecom market at national scale: total providers, total FCC-registered locations, technology mix (how many locations have fiber vs cable vs other filed), and the filing vintages held. The market-context tool for questions about the US broadband industry, the fiber transition, or how big the space is.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already declare read-only and idempotent hints, so the description doesn't need to discuss safety. It adds useful behavioral context by enumerating the data included (providers, locations, tech mix, vintages) and confirming there is no geographic filtering below national level.

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 concise sentences deliver the full value: the first enumerates the data dimensions, the second states the intended use case. No fluff or repetition.

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?

With no output schema, the description carries the burden of explaining return values, and it lists the main categories (providers, locations, tech mix, vintages). The phrase 'filing vintages held' is slightly technical, but sufficient for an overview tool with no parameters.

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?

The tool has zero parameters, so the schema provides no input guidance. Baseline is 4; the description appropriately focuses on output content rather than inputs, leaving no parameter semantics gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states what the tool provides: US telecom market data at national scale, including providers, locations, technology mix, and filing vintages. It distinguishes itself from local/area-focused siblings by emphasizing 'national scale' and 'market context,' though it lacks an explicit verb like 'get' or 'list.'

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 context for when to use it: for questions about the US broadband industry, the fiber transition, or market size. It does not explicitly name alternatives or say when not to use it, but the national vs. local distinction implies the boundary.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

location_intelligenceNeighborhood (hex) intelligenceA
Read-onlyIdempotent
Inspect

Res-8 hex intelligence (~0.46 km cells) for any US coordinate: how many FCC locations, providers by technology, fiber density, competition and underserved status, and best available speeds in that immediate neighborhood. This is the herd-mentality context (how much of the block already has fiber) and the build-predictability grain. Give lat+lng, or an H3 res-8 hex_id directly.

ParametersJSON Schema
NameRequiredDescriptionDefault
latNoLatitude
lngNoLongitude
hex_idNoH3 res-8 cell id (alternative to lat/lng)
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description builds on that by detailing what data is returned (fiber density, competition, speeds, etc.). It adds the 'herd-mentality' framing, giving context beyond a bare read operation. It does not describe return format or pagination, but with readOnlyHint covering the safety profile, this is sufficient.

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 three sentences, each earning its place: first defines what the tool returns, second explains the conceptual context, third gives input instructions. It is front-loaded with the core purpose and avoids redundancy, making it an efficient and well-structured description.

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 the absence of an output schema, the description does a good job listing the key output dimensions (FCC locations, providers, fiber density, speeds) and explains why this data matters (herd-mentality). It could be more explicit about response structure or edge cases, but for a read-only lookup tool, it conveys the essential information.

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 coverage is 100% (lat, lng, hex_id each described). The description adds meaningful context by specifying 'any US coordinate', the hex resolution (~0.46 km cells), and that hex_id is a direct alternative to lat/lng. This reinforces and extends the schema descriptions, justifying a score above baseline.

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: 'Res-8 hex intelligence (~0.46 km cells) for any US coordinate' with specific data dimensions (FCC locations, providers by technology, fiber density, competition, underserved status, speeds). It distinguishes from siblings by emphasizing the neighborhood scale and 'build-predictability grain', making it unique among area-level tools.

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 description implicitly indicates when to use this tool: when you need 'herd-mentality context' or 'build-predictability'. It also specifies input expected ('Give lat+lng, or an H3 res-8 hex_id directly'). It does not explicitly name alternatives or exclusions, but the context of neighborhood-level detail vs. area intelligence is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

provider_profileProvider profileA
Read-onlyIdempotent
Inspect

Canonical profile of a US internet provider by name (handles brand variants, e.g. 'ATT', 'Google Fiber'). Returns the canonical identity, FCC registration numbers, technologies filed, the live profile URL, and — when precomputed — an answer pack of grounded sections (overview, coverage, measured-vs-claimed speeds, competition, recent signals, trajectory). Use it to disambiguate providers before making claims about them.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesProvider name or brand as a user said it
Behavior5/5

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

Annotations already cover read-only and idempotent behavior. The description adds significant context: handling brand variants, listing exact output fields, and noting that the answer pack is only available 'when precomputed'. This exceeds annotation coverage and gives the agent actionable expectations.

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 output details, followed by explicit usage guidance. Every sentence contributes, with no redundant content.

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 tool with one parameter and no output schema, the description fully covers input semantics, output elements, usage context, and limitations (precomputed answer pack). It is complete for effective tool invocation.

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?

The schema describes 'name' as 'Provider name or brand as a user said it,' which is already clear. The description adds concrete examples (ATT, Google Fiber) and implies normalization, reinforcing the parameter's flexibility. This is marginal but useful added value over schema.

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: returning a canonical profile of a US internet provider by name, with specific outputs (FCC numbers, technologies, etc.). It also distinguishes itself from sibling tools by emphasizing disambiguation and canonical identity, making its purpose unmistakable.

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 description provides a clear use case: 'Use it to disambiguate providers before making claims about them.' However, it does not explicitly name alternatives or state when not to use it, preventing a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Property intelligence API for US real estate. Returns 16+ data points for any US address: noise levels, wetlands, slope, natural light, powerline proximity, crime rates, property facing direction, zoning, public record, radon risk, natural hazards (earthquake, flood, wildfire), neighborhood demographics, falling tree risk, RF/cell tower exposure, and nearby school.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides free property and parcel intelligence using official US government data APIs, county assessor records, and live listings, with tools for hazard risk checks, affordability calculations, and parcel ranking.

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources