Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

fcc_broadband_providers

Read-only

Search broadband providers by state or location, returning ISP names, technology types, and advertised speeds. Filter by technology to compare options.

Instructions

Search broadband providers by location or state. Returns ISP names, technology types (fiber, cable, DSL), and advertised speeds. Provide a state code, lat/lon, or both to filter results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 50)
stateNoState FIPS code or 2-letter abbreviation (e.g. 'CA', 'NY')
latitudeNoLatitude for location-based search
longitudeNoLongitude for location-based search
technologyNoTechnology code filter (e.g. '50' for fiber, '40' for cable)
Behavior3/5

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

The annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds value by specifying the return content (ISP names, technology types, advertised speeds) and filtering behavior, but it does not enrich the behavioral context with pagination, default limits, or rate limits, which would warrant a higher score.

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 long, with the first sentence stating the action, the second listing return fields, and the third providing usage instructions. It is efficient, front-loaded, and contains no fluff.

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 covers the essential return fields and filter options, making the tool usable. It does not explicitly describe default behavior when no filters are provided, but the schema and existing descriptions mitigate that gap, so a 4 is appropriate.

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 has 100% description coverage, so all five parameters are already documented. The description reinforces that state and coordinates act as filters but does not introduce any parameter semantics beyond the schema, matching the baseline of 3.

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 that the tool searches broadband providers by location or state and identifies the return fields (ISP names, technology types, speeds). However, it does not explicitly differentiate itself from the sibling tool fcc_broadband_coverage, which likely focuses on coverage areas rather than provider details.

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 explicit usage guidance: provide a state code, latitude/longitude, or both to filter results. This tells the agent what inputs to supply, but it does not mention alternative tools or when not to use this tool, so it falls short of a 5.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server