Skip to main content
Glama

Server Details

Explore FCC ULS licenses, ASR antenna structures, and microwave path elevation profiles.

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 3.9/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct type of data—call sign license, path on license, free-text search, and antenna structure—with no overlap between their purposes.

Naming Consistency3/5

While three tools follow a noun_detail pattern, 'search' is a lone verb, breaking the pattern. This inconsistency could slightly confuse an agent expecting a uniform convention.

Tool Count5/5

Four tools is a well-scoped set for a focused domain like FCC database queries, covering the primary lookup needs without unnecessary bloat.

Completeness4/5

The set supports search and detailed views for licenses, paths, and towers. A minor gap might be the lack of a bulk listing tool, but the core workflows are well covered.

Available Tools

4 tools
license_detailAInspect

Full data for a single FCC license by call sign — licensee, locations with coordinates, antennas, paths, frequencies. Returns Markdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
call_signYesFCC call sign, e.g. KAC75
Behavior3/5

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

The description reveals the output format (Markdown) but does not mention whether it is read-only, requires authentication, or any side effects. With no annotations, the description carries full burden but only partially addresses behavioral traits.

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 efficiently packs key information (full data, call sign, contents, Markdown). No waste, but could be slightly more structured.

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 single-parameter tool without output schema, the description covers the main contents and return format. It is sufficient for an agent to understand the tool's purpose and output, though more detail about return structure would be beneficial.

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% coverage with a clear description for 'call_sign'. The tool description does not add any additional meaning beyond the schema. Per rules, baseline 3 is appropriate.

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 returns full data for a single FCC license by call sign, listing contents and output format. It distinguishes from siblings like search (search multiple) and tower_detail (different resource).

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 implies use when needing comprehensive data for a specific call sign, but does not explicitly contrast with sibling tools or state when not to use. Context signals provide sibling names which assist differentiation.

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

path_profileAInspect

Metadata for a single microwave path on a license. Identified by the ULS USI (per-license integer) and the path number within that license. The HTML page has an SVG elevation chart with terrain + line of sight + Fresnel zone; the Markdown response carries the endpoints, length, and frequency but not the chart.

ParametersJSON Schema
NameRequiredDescriptionDefault
usiYesULS USI (license id)
path_numberYesPath number within the license
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the HTML response includes an SVG elevation chart while the Markdown response does not, and lists what the Markdown response includes (endpoints, length, frequency). This is valuable beyond a simple 'get metadata' statement.

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 purpose, no redundant words. Every sentence adds value.

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 tool with 2 parameters and no output schema, the description covers purpose, identifiers, and response differences. It could note that it returns only one path, but that's clear from context.

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% with descriptions for both parameters. The description adds that the USI is a per-license integer and path_number is within that license, slightly enriching the schema but not adding significant new meaning.

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 it provides metadata for a single microwave path on a license, using specific identifiers (ULS USI and path number). It implicitly distinguishes from siblings by focusing on path-level detail rather than license or tower info.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs siblings like license_detail or tower_detail. It assumes the user knows they need a specific path, but offers no prerequisites or exclusions.

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

tower_detailAInspect

Full data for an antenna structure by ASR registration number — owner, location, height, declared licensees on the tower, microwave paths terminating there, and licensees within 50 m by spatial proximity. Returns Markdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
asr_numberYes7-digit ASR registration number
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the output format (Markdown) and the scope of data returned, but omits behavioral details such as read-only nature, authentication requirements, rate limits, or potential errors (e.g., invalid ASR number). The description provides an overview but lacks depth.

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 two sentences with no wasted words. It front-loads the purpose and key data categories, then mentions the output format. Every sentence adds value, and the structure is efficient for agent consumption.

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 single-parameter tool without an output schema, the description covers the main aspects: what data is returned and the format. It could be enhanced by noting data freshness, performance characteristics, or error handling, but it is mostly sufficient for an agent to understand and invoke the tool correctly.

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 schema covers the single parameter (asr_number) with a description of its format, achieving 100% coverage. The description adds no further parameter-specific semantics beyond what the schema provides, so a baseline score of 3 is appropriate.

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 verb 'retrieves full data' and the resource 'antenna structure by ASR registration number', listing specific data categories (owner, location, height, licensees, microwave paths, proximity) and output format (Markdown). It clearly distinguishes from siblings like license_detail and path_profile by the comprehensive scope.

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 providing an ASR registration number, and the single required parameter makes it clear. However, it does not explicitly state when to use this tool vs. alternatives (e.g., when you need aggregated tower data vs. a specific license or path), nor does it mention any prerequisites or exclusion criteria.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources