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

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct entity: license by call sign, path by USI/path number, free-text search, and tower by ASR number. No functional overlap.

Naming Consistency5/5

All names use snake_case with a consistent structure: noun_detail or noun_profile. 'search' is a single word but fits the pattern.

Tool Count5/5

With four tools, the surface is well-scoped: a search tool to locate identifiers, then three detail tools for licenses, paths, and towers. No extraneous tools.

Completeness4/5

The set covers the core querying needs for FCC data: search, license details (including paths), and tower details. Lacks direct spatial or frequency-range search, but the free-text search suffices for most uses.

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
Behavior2/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) but fails to mention read-only nature, potential errors, prerequisites (e.g., valid call sign), or rate limits. For a simple query tool, key behavioral traits are missing.

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?

Single concise sentence, front-loaded with key information, no wasted words. Efficiently conveys purpose and output.

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 one-parameter tool with no output schema, the description covers what data is returned and the output format. Minor gaps in behavioral details prevent a higher score.

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 one parameter (call_sign) described as 'FCC call sign, e.g. KAC75'. The description adds no extra meaning beyond listing data types returned; the schema already provides the format example.

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 retrieves full data for a single FCC license by call sign, listing specific data types (licensee, locations with coordinates, antennas, paths, frequencies) and output format (Markdown). This distinguishes it from sibling tools like path_profile or tower_detail.

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 usage when full license details by call sign are needed, but does not explicitly state when not to use or provide alternatives. Sibling tool names offer some context, but no direct exclusions.

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?

No annotations are provided, so the description carries the full burden. It discloses response format differences (HTML vs Markdown) and what the Markdown response includes (endpoints, length, frequency, but not chart). It could mention permissions or limitations but is otherwise adequate.

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?

Two sentences that are clear and front-loaded with the core purpose. Slightly more verbose than necessary but still concise.

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 no output schema and simple parameters, the description covers the main aspects: what the tool returns and the response format distinction. It does not explain full response structure but that is acceptable.

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%, but the description adds valuable context: explaining that usi is a per-license integer and path_number is within that license, thus clarifying the identifier semantics beyond the schema descriptions.

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 returns metadata for a single microwave path on a license, distinguishing it from sibling tools license_detail, search, and tower_detail which handle licenses, generic searches, and towers respectively.

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 when needing path metadata, but does not explicitly state when to use this tool versus alternatives. It lacks guidance on 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
Behavior4/5

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

No annotations present, so description fully describes behavior: returns comprehensive data in Markdown format. Discloses exactly what fields are included, which is good for transparency. Could mention read-only nature or potential errors, but still solid.

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?

Single sentence efficiently conveys purpose, content, and output format. No wasted words, front-loaded with key action.

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?

No output schema, but description covers return format (Markdown) and lists included data. For a simple lookup tool with one parameter, this is nearly complete. Missing error handling details, but not critical.

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 already describes 'asr_number' as '7-digit integer' with 100% coverage. Description does not add beyond that, but parameter is simple and schema is sufficient, so baseline 3 is exceeded due to clarity.

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 'Full data for an antenna structure by ASR registration number' and lists specific content types (owner, location, height, licensees), making the tool's purpose unambiguous and distinguishing from sibling tools.

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?

No explicit guidance on when to use vs. alternatives like license_detail or path_profile; context is implied by content listing but not stated. Agent must infer use case.

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

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources