Skip to main content
Glama

xpay✦ Finance Collection

searchCIK

Easily retrieve the Central Index Key (CIK) for publicly traded companies with the FMP CIK API. Access unique identifiers needed for SEC filings and regulatory documents for a streamlined compliance and financial analysis process.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cikYesThe CIK number to search for
limitNoOptional limit on number of results (default: 50)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

C2.5/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 full responsibility for behavioral disclosure. It does not state what the tool does with the input CIK, whether it returns filings, company profiles, or just confirms existence, nor does it mention limitations, rate limits, or output structure. The narrative is high-level marketing rather than operational behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the main purpose in the first sentence. However, the second sentence ('Access unique identifiers... streamlined compliance') is largely promotional filler that does not add operational value. It earns a middle score because it is not bloated but still contains some waste.

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 two parameters and no output schema, the tool is relatively simple, but the description fails to explain what the caller receives or how search behavior works. Given many closely related sibling tools (searchCompaniesByCIK, getCIKList, getCompanyProfileByCIK), more contextual detail is needed to avoid mis-selection. The description is not sufficient for reliable 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?

The schema covers 100% of parameters with descriptions, so the baseline is 3. The description adds context that CIKs are identifiers needed for SEC filings, which is useful, but it does not clarify the relationship between the 'cik' parameter and the retrieval purpose, nor explain the optional 'limit' parameter's behavior beyond what the schema states.

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

Purpose3/5

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

The description states it 'retrieve[s] the Central Index Key (CIK) for publicly traded companies,' which gives a specific verb and resource. However, the required input parameter is itself 'cik' (a CIK number to search for), which clashes with the stated purpose and may confuse an agent about whether this tool resolves names to CIKs or searches by CIK. It also does not distinguish from sibling tools like searchCompaniesByCIK and getCompanyProfileByCIK.

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 explicit or implicit guidance is given on when to use this tool versus alternatives. The description only mentions SEC filings and regulatory documents as a use case, but does not say when searchCIK is preferred over searchCompaniesByCIK, getCIKList, or other search tools. There are no exclusions or additional context signals.

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