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.1/5 across 5 of 5 tools scored. Lowest: 3.5/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct geographic scale or entity: national overview, city-level, hex-level, address-level, and provider profile. Purposes are clearly separated, and the grain is explicitly stated in each description, leaving no ambiguity.

Naming Consistency4/5

Most tool names follow a noun_noun pattern (area_intelligence, industry_overview, location_intelligence, provider_profile), but check_availability uses verb_noun. The convention is predominantly consistent with one deviation, making it predictable overall.

Tool Count5/5

With 5 tools, the server is well-scoped for a telecom data domain. Each tool serves a unique and necessary purpose, covering national to address-level queries plus provider identity, without redundancy or bloat.

Completeness5/5

The tool set covers the full spectrum of spatial scales (national, city, neighborhood, address) and the key entity (provider). No obvious gaps are apparent for the promised use case; the logical workflow of zooming from macro to micro is fully supported.

Available Tools

5 tools
area_intelligenceAInspect

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'
Behavior3/5

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

With no annotations provided, the description must bear the burden of behavioral disclosure. It does add valuable context by promising 'honest numbers with their grain and vintage stated,' indicating the tool reports data quality and timeliness. Still, it does not describe return format, potential error cases, or any caveats about data availability, leaving some ambiguity for a read-oriented tool.

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 a single sentence that is front-loaded with the core purpose and efficiently lists what the user gets. It's slightly dense with clauses and dashes, but every element earns its place—there is no filler 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?

For a simple two-parameter read tool with no output schema, the description covers the key inputs and clearly enumerates expected outputs (provider count, fiber share, dominant technologies) plus a notable data-quality guarantee. It doesn't specify output formatting, but the response is adequate for an agent to determine whether this tool fits the need.

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?

The input schema fully documents both parameters with examples, and the description reinforces 'city' and 'two-letter state' without adding new semantic detail. Since schema coverage is 100%, the description provides no additional parameter meaning beyond what the schema already states, matching the baseline for high coverage.

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 identifies the tool's subject (coverage intelligence for a US city) and lists concrete outputs: number of providers filing service, fiber availability share, and dominant technologies. It distinguishes itself from sibling tools like check_availability by focusing on city-level aggregate intelligence rather than address-specific checks, though it doesn't explicitly name an alternative.

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 when to use this tool—when you need city-level coverage statistics—and gives input instructions ('Give city and two-letter state'). However, it provides no explicit guidance on when to prefer this over siblings like industry_overview or provider_profile, and it does not mention any exclusions or prerequisites beyond the required parameters.

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

check_availabilityAInspect

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?

With no annotations, the description carries full behavioral disclosure. It explains the data source (FCC BDC filings cross-verified against a 200M-address ledger), output ordering (fiber options first), and additional output details (filing vintage and live page link). This goes beyond a simple generic description, though it does not cover edge cases like no providers found or error handling.

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 that are dense with information: purpose, input methods, output contents, and data provenance. No fluff or redundancy, front-loaded with the core purpose.

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?

Even without an output schema, the description details the return values (providers, technology, speeds, filing vintage, link) and data source. It is complete for typical use, though it lacks information about potential failure modes or what an empty result looks like.

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 coverage is 100%, so the schema already documents all parameters. The description reiterates the alternative relationship (address, lat/lng, location_id) and mentions 'from a previous call' for location_id, but does not add substantive meaning beyond the schema. Baseline 3 applies.

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 states a specific verb and resource: 'Authoritative internet availability for one US location' with clear intent to return providers, technology, and speeds. It distinguishes from siblings by emphasizing 'one US location' rather than broader geographic or industry views.

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 clear usage context by listing three ways to specify a location (address, lat/lng, or FCC location_id) and what to expect. Does not explicitly mention alternatives or exclusions relative to sibling tools, but the scope of 'one US location' implicitly guides selection.

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

industry_overviewAInspect

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

Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the content returned (providers, locations, tech mix, vintages) but does not mention behavioral details such as data update frequency, aggregation methodology, or any limitations. For a read-only overview, this is adequate but not exhaustive.

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 most important information ('US telecom market at national scale') followed by specific data elements. Every phrase earns its place, making it concise without losing specificity.

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?

Given the low complexity (no parameters, no output schema), the description is complete. It enumerates the return contents (total providers, locations, technology mix, filing vintages) and provides usage context, covering what an agent needs to know to invoke it correctly.

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 baseline is 4. The description adds meaning about the output rather than parameters, which is appropriate given the empty schema. It enriches understanding of what the tool returns.

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 explicitly states the tool provides a national-scale US telecom market overview with specific data points (providers, FCC-registered locations, technology mix, filing vintages). It differentiates itself from sibling tools by positioning as 'the market-context tool' for national broadband questions, not local or provider-specific queries.

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 clearly indicates when to use the tool: for questions about the US broadband industry, the fiber transition, or market size. It implies national scope vs sibling tools (e.g., area_intelligence), though it does not explicitly name alternatives or state when not to use it.

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

location_intelligenceAInspect

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)
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It implies a read-only intelligence lookup and specifies US-only coverage and hex granularity, but it does not disclose response format, error cases, or any other operational constraints. The description does not contradict any annotations because none are provided.

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: the first sentence lists concrete outputs and scope, the second explains the use case and input alternatives. Every sentence earns its place with no redundant filler.

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?

There is no output schema, so the description needs to communicate what the tool returns. It lists the main output categories effectively, but it does not specify exact response formatting or units beyond hex size. Still, for a lookup tool with simple inputs, this is reasonably complete.

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 covers 100% of parameters but only with terse labels like 'Latitude' and 'Longitude.' The description adds meaningful semantics by stating 'Give lat+lng, or an H3 res-8 hex_id directly,' clarifying that lat/lng are used together and that hex_id is an alternative. It also adds res-8 and ~0.46 km context, going beyond the 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 identifies the tool as providing Res-8 hex intelligence for US coordinates and lists specific outputs (FCC locations, providers, fiber density, competition, underserved status, speeds). This is specific and distinguishes it from sibling tools like area_intelligence or provider_profile by focusing on neighborhood-level herd-mentality context.

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 explicitly states the tool is the 'herd-mentality context' and 'build-predictability grain,' giving a clear sense of when to use it. However, it does not explicitly mention when not to use it or name alternatives, so it falls just short of full guidance.

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

provider_profileAInspect

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, and the live profile URL. Use it to disambiguate providers before making claims about them.

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

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

With no annotations provided, the description carries the burden. It discloses the tool's normalization behavior ('handles brand variants') and enumerates the return fields. It does not mention error handling or missing-provider behavior, but for a simple profile lookup it offers sufficient transparency.

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 two sentences, front-loaded with the tool's core purpose, and each sentence adds value. No fluff or repetition.

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?

Tool has one required parameter, no output schema, no annotations. Description covers purpose, return content, and usage context. For a single-parameter lookup tool, this is fully sufficient for an agent to select and invoke correctly.

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 only parameter 'name' is described in schema. The description adds meaning by explaining that brand variants are handled and giving examples ('ATT', 'Google Fiber'), which helps the agent know acceptable inputs beyond the schema's generic phrasing.

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 it returns a canonical profile of a US internet provider by name, listing specific outputs (identity, FCC registration numbers, technologies filed, profile URL). It distinguishes from siblings by emphasizing disambiguation of providers before claims.

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?

Explicitly says 'Use it to disambiguate providers before making claims about them,' giving clear context for when to use. Does not mention when not to use or alternatives, but the sibling tools are syntactically distinct (area, availability, industry, location) so the usage context is implied.

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
    -
    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.
    Last updated
  • A
    license
    B
    quality
    C
    maintenance
    Query 20 structured datasets from AI agents — healthcare providers (9M NPI records), SEC EDGAR filings, PACER federal courts, USPTO patents and trademarks, OFAC sanctions screening, crypto whale wallets, DeFi liquidation signals, Polymarket smart money, economic indicators (FRED/BLS), federal contracts, NOAA weather, and OTC shell risk scoring. Pay per query, no subscriptions
    Last updated
    75
    1
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources