Skip to main content
Glama
Reid-n0rc

fcc-ecfs-mcp

by Reid-n0rc

Search ECFS filings

ecfs_search_filings

Search FCC ECFS filings by docket number, filer name, submission type, or date received. Retrieve public comments and filings for any proceeding.

Instructions

Search filings submitted to the FCC's Electronic Comment Filing System (ECFS). Filter by proceeding/docket number, filer name, submission type, and date received.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree-text search across filing content (e.g. commenter name, keywords).
sortNoSort field and direction, e.g. 'date_disseminated,DESC'.
limitNoMax results to return (API max is 100). Defaults to 25.
offsetNoPagination offset. Defaults to 0.
filers_nameNoFilter by the filer's/commenter's name.
proceedings_nameNoDocket / proceeding number to filter by, e.g. '17-108'.
date_received_sinceNoISO date (YYYY-MM-DD); only return filings received on or after this date.
date_received_untilNoISO date (YYYY-MM-DD); only return filings received on or before this date.
submissiontype_descriptionNoFilter by submission type, e.g. 'COMMENT', 'REPLY'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

C2.9/5.0
Behavior2/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 of behavioral disclosure. It only states that it searches and filters; it does not describe what the response contains, whether results are paginated, how filters combine with free-text search, or any rate/limit behavior.

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 a single focused sentence that front-loads the core action and then summarizes the available filters. There is no redundant or filler content.

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

Completeness2/5

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

With no output schema and no annotations, the description should provide more context about return values, pagination, or how this search relates to sibling tools. The current text is adequate as a label but incomplete for reliable tool selection and invocation.

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 100%, so the parameters are already well documented. The description adds a high-level summary of the filter options but no additional meaning beyond the schema, which aligns with the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Search filings') and the resource (FCC ECFS filings), and it lists the key filter dimensions. However, it does not explicitly distinguish this tool from the sibling ecfs_search_documents, so the boundary between 'filings' and 'documents' is left implicit.

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?

The description gives no guidance about when to use this tool versus alternatives such as ecfs_search_documents or ecfs_search_proceedings. It also does not mention any exclusions, prerequisites, or typical use cases.

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