Skip to main content
Glama

FCC License Search

fcc_search

Look up FCC radio licences with q as a company or licensee name, call sign, or FRN. Optional service, status, and limit inputs filter the results. Receive up to 20 JSON records with callsign, licensee_name, frn, service, status, grant_date, expired_date, and cancellation_date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYes
limitNo
statusNo
serviceNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals the output limit (up to 20 records), the JSON format, and all returned fields (callsign, licensee_name, frn, service, status, grant_date, expired_date, cancellation_date). It omits details like matching semantics or error behavior, but for a read-only lookup this is strong disclosure.

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?

Three sentences with no waste: the first states the core action and input, the second covers optional filtering, and the third specifies the exact output shape. The most important information is front-loaded.

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?

The description is self-sufficient for a moderate-complexity search tool: it covers the searchable identifiers, filter options, result count, and every returned field. Even with no annotations, no output schema, and zero schema description coverage, an agent can call the tool correctly. The only notable gap is explicit sibling differentiation.

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 0%, so the description must compensate. It gives q real meaning (company/licensee name, call sign, or FRN) and clarifies that service, status, and limit are filters. Yet it does not explain the meaning of valid status/service codes, leaving the regex patterns as the only hint.

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 ('Look up'), a clear resource ('FCC radio licences'), and the kinds of identifiers q accepts (company/licensee name, call sign, or FRN). This distinguishes it from sibling tools like fcc_company, fcc_coverage, and fcc_stats.

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 makes clear when to use the tool (when searching licences by name, call sign, or FRN) and mentions optional service, status, and limit filters. However, it provides no explicit guidance about when not to use it or how it compares to sibling tools.

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.

Resources