Skip to main content
Glama

xpay✦ Finance Collection

getFilingsByCIK

Search for SEC filings using the FMP SEC Filings By CIK API. Access detailed regulatory filings by Central Index Key (CIK) number, enabling you to track all filings related to a specific company or entity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesEnd date (YYYY-MM-DD)
cikYesCentral Index Key (CIK)
fromYesStart date (YYYY-MM-DD)
pageNoPage number for pagination
limitNoLimit the number of results

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It doesn't mention that from/to dates are required, that results are paginated, or what the return structure looks like. It also doesn't explicitly confirm this is a read-only operation, though it implies search.

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 two sentences and front-loads the key purpose. The second sentence adds some redundancy but is still concise and readable.

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?

The description is complete enough to understand the tool's basic function, but it misses critical context such as the requirement to provide from/to dates and the pagination behavior. Given the tool's simplicity and lack of output schema or annotations, the missing context is a notable gap for successful 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 coverage is 100%, so the baseline is 3. The description doesn't add parameter details beyond what the schema already provides, but since the schema descriptions are clear, no penalty is applied. It could have mentioned the required date range, but that is already in the schema.

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 searches for SEC filings by CIK number, using a specific API. It differentiates from siblings like getFilingsBySymbol or getFilingsByFormType by explicitly emphasizing the CIK lookup method.

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 you have a CIK and want to track a company's filings, but does not explicitly state when to use this instead of other filing tools or exclude alternatives. Sibling context shows many comparable tools, so more explicit guidance would have been helpful.

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.

Resources