Skip to main content
Glama

Query Space Satellite Filings (FCC satellite licensing docket)

query_space_satellite_filings_v1
Read-onlyIdempotent

Query the verified FCC satellite licensing docket — every space-station (SAT) filing in the FCC's own daily IBFS database dump, back to the 1960s — by applicant, application type, status, and filing date.

Use this for "who is authorized to operate what in orbit, what has been filed, and where does each filing stand" questions — the satellite-buildout licensing pipeline. Each filing carries the FCC's public filing key (file_number, e.g. "SATLOA2025061800149"), the callsign (e.g. "S3069" = SpaceX Gen2), the application type and status in the FCC's OWN vocabulary — verbatim codes plus the FCC's own decode text from the same dump vintage (app_type_code "LOA" = Launch and Operating Authority, "STA" = Special Temporary Authority, "MOD" = Modification; status_code "A/C" = Action Complete, "ATPN" = Action Taken Public Notice — codebooks in describe) — the full lifecycle date family (filed / granted / expires / …), the FCC's plain-English description of the filing, and the applicant identity (applicant_name, the FCC's verbatim registrant, e.g. "Space Exploration Holdings, LLC"). Filter by applicant_name, app_type_code, status_code, callsign, file_number, state (the APPLICANT's address state), applicant_country, report_period (the filing date) via report_period_from/report_period_to, or date_grant/date_expire ranges. Group by any of applicant_name, app_type_code, status_code, state, applicant_country. Pass each parameter as a top-level key of params (flat — not nested under a filter, filters, or where key). Example: {"applicant_name": "Space Exploration Holdings, LLC", "group_by": ["app_type_code"]} for one operator's filing mix; {"report_period_from": "2020-01-01", "group_by": ["applicant_name"], "order_by": "source_record_count", "top_n": 10} for the most active filers of the 2020s. Returns JSON aggregates with citations and optional row-level records when include_records is true — every record cites its exact row in the FCC's dump, re-verifiable via get_source_evidence_v1.

THE ENGRAVED BOUNDARY: new-filing intake into IBFS structurally ENDED at the FCC's ICFS system cutover (~mid-2025), and ICFS publishes no bulk data — so filings SUBMITTED after the cutover are not in this docket, and counts near/after 2025 UNDERCOUNT new filing activity (say so when answering; every response carries an icfs_cutover note). Status and lifecycle updates on the filings that ARE here continue to flow daily. A filing is an authorization EVENT: never a satellite count (one NGSO grant can cover thousands of satellites), never an orbital catalog (satellites in orbit are not served here), never launch activity (FAA data, not served here). state/applicant_city are the APPLICANT's mailing address — satellites are not in states. Earth stations (SES) and non-satellite FCC dockets are out of scope. The one measure is source_record_count (filings in scope).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already mark the tool as read-only and idempotent, and the description adds significant behavioral detail: the ICFS cutover undercount caveat, the always-present icfs_cutover note, the flat-params requirement, and the JSON aggregate return with citations. No contradiction with annotations.

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 long, but every major section earns its place: the dense opening covers scope and data, and the engraved-boundary section prevents misuse. It is front-loaded with the core purpose and uses examples effectively, though a few codebook details could be trimmed without loss.

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?

For a tool with a free-form params schema and no per-parameter documentation, the description is remarkably complete: it covers filtering, grouping, output behavior, citation re-verification, temporal boundaries, and the undercount caveat. Since an output schema exists, detailed return documentation is not needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero description coverage and only a generic free-form params object, so the description fully compensates. It enumerates the filterable fields (applicant_name, app_type_code, status_code, callsign, file_number, state, applicant_country, report_period_from/to, date_grant/expire), grouping fields, order_by, top_n, include_records, and provides concrete examples with code meanings.

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 opens with 'Query the verified FCC satellite licensing docket' and precisely defines the resource and action. It distinguishes itself from sibling tools by framing the query as the satellite-buildout licensing pipeline and explicitly pointing to get_source_evidence_v1 for record re-verification.

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

Usage Guidelines5/5

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

It gives explicit when-to-use guidance ('Use this for questions about who is authorized, what has been filed, and where filings stand') and extensive when-not boundaries: no orbital catalogs, no launch activity, no earth stations, and no post-ICFS intake. It also names describe_space_satellite_filings_v1 for codebooks and get_source_evidence_v1 for evidence.

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.

TDQS

A4/5.0
Disambiguation4/5

Each capability has a clearly named describe/query pair, and domains like power, AI infrastructure, robotics, and space are distinct. The generic describe_capability_v1/query_capability_v1 could be confused with the named variants, and the many ISO-specific interconnection queues share similar names, but descriptions explicitly disambiguate them.

Naming Consistency5/5

All tools follow a consistent lowercase snake_case verb_noun pattern: describe_<capability>_v1 and query_<capability>_v1, with a few utility tools like list_capabilities_v1 and get_source_evidence_v1. There is no mixing of conventions.

Tool Count2/5

At 62 tools, the set is far too large for typical server scope. The describe/query pairs inflate the count even though each is justified, and the generic capabilities plus per-ISO variants make it feel heavy and hard to navigate.

Completeness4/5

The server covers each domain thoroughly with describe, query, and evidence verification, plus generic fallbacks for capabilities not yet in the client's tool list. Minor gaps exist (e.g., no county/state attribution for some data, no load types in ISO queues) but they are explicitly documented and workable.

Resources