Skip to main content
Glama

search_filings

Read-only

Search space regulatory filings by keyword, agency, type, status, or date range from FCC, ITU, UNOOSA, and FAA.

Instructions

Search space regulatory filings by keyword, agency, type, status, and date range. Returns a paginated list of filings from FCC, ITU, UNOOSA, and other agencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch query for filing titles and summaries
pageNoPage number (default 1)
typeNoFilter by filing type (SATELLITE_LICENSE, EARTH_STATION_PERMIT, SPECTRUM_COORDINATION, etc.)
agencyNoFilter by source agency (FCC, ITU, UN_OOSA, FAA_AST, NOAA)
docketNoFilter by docket number (exact match)
statusNoFilter by status (FILED, GRANTED, DENIED, UNDER_REVIEW, etc.)
per_pageNoResults per page (default 10, max 100)
count_onlyNoIf true, return only {total: N} without fetching rows
filed_afterNoMinimum filed date (YYYY-MM-DD)
filed_beforeNoMaximum filed date (YYYY-MM-DD)
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description adds limited behavioral context beyond that (e.g., paginated list, agencies). It does not disclose rate limits, authentication, or response structure, but the main traits are adequately covered.

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 the action and key filters. Every sentence adds value with no redundancy. Efficiently communicates the tool's purpose and scope.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 10 parameters and no output schema, the description is adequate but incomplete. It mentions pagination and agencies but doesn't describe the response fields, count_only behavior, or default ordering. More context would help agents understand the returned data structure.

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%, so the description adds little beyond summarizing the main filters (keyword, agency, type, status, date range). It omits mentioning page, per_page, count_only, docket, which are in the schema, but overall it provides a concise overview without new semantics.

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 'Search space regulatory filings by keyword, agency, type, status, and date range', specifying the action, resource, and key filters. It distinguishes from siblings like get_filing_detail (single filing) and search_entities (entities).

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 guidance on when to use this tool versus alternatives. For example, it doesn't mention that get_filing_detail should be used for individual filing details. The description only states what it does, not when to choose it over siblings.

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/Viventine-Space/orbit-sentinel-mcp'

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