Skip to main content
Glama
mmouradbahri

claude-edgar-mcp

by mmouradbahri

ticker_to_cik

Resolve a US stock ticker to its SEC Central Index Key to look up company filings.

Instructions

Resolve a US stock ticker to its SEC Central Index Key (CIK).

Use this whenever a user gives you a ticker (like 'AAPL' or 'META') and
you need to look up SEC filings for that company. Every other EDGAR tool
starts with a CIK.

Args:
    ticker: The stock ticker (case-insensitive), e.g. 'AAPL', 'META', 'WING'.

Returns:
    Dict with `ticker`, `cik` (10-digit zero-padded string), and `company_name`.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
Behavior4/5

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

No annotations are provided, so the description covers the behavior: it is a simple lookup, case-insensitive, returning a dict with ticker, cik, and company_name. It does not mention any side effects or authorization needs, which is acceptable for a read-only mapping.

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 structured with a clear statement, usage guidance, then Args/Returns sections. It is concise (5 sentences) and front-loaded with the main purpose.

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?

Given only 1 parameter and no output schema, the description fully explains the input and output format, including the zero-padded cik. It is complete for this simple tool.

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

Parameters4/5

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

Schema coverage is 0%, but the description explains the 'ticker' parameter with examples and case-insensitivity, adding meaning beyond the schema's type and title.

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 it resolves a US stock ticker to its SEC CIK using a specific verb-resource structure. It provides examples like 'AAPL' and 'META', making the purpose immediately clear.

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

Usage Guidelines4/5

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

The description explicitly says 'Use this whenever a user gives you a ticker... and you need to look up SEC filings' and notes that other EDGAR tools start with a CIK. It provides clear context for when to use, though it does not list specific 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/mmouradbahri/claude-edgar-mcp'

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