Skip to main content
Glama
Johnhyeon

StockLens

by Johnhyeon

get_us_filings

Retrieve US SEC filings (10-K, 10-Q, 8-K) with EDGAR URLs for any ticker. Specify the number of filings to display.

Instructions

US SEC filings — 10-K, 10-Q, 8-K 공시 목록 + EDGAR URL (US SEC EDGAR filings). "AAPL 10-K", "NVDA latest filings", "8-K", "SEC filing" 같은 질문에 사용합니다.

Args: ticker: US 티커 limit: 표시할 공시 건수 (기본 15)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the tool returns a list and EDGAR URL, with no mention of side effects, authentication, rate limits, or any behavioral traits beyond the obvious read operation.

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 very concise, with a brief intro, example queries, and an Args section. Every sentence adds value, no filler, and the structure is clear.

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

Completeness4/5

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

Given the presence of an output schema (not shown), the description doesn't need to explain return values. It provides enough context for an AI to understand the tool's purpose and parameters, though it could mention prerequisites (e.g., valid US ticker) or limitations.

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 adds meaning: ticker is 'US 티커' and limit is '표시할 공시 건수 (기본 15)', clearly explaining their purpose and default. This compensates well for the lack of schema descriptions.

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 tool is for US SEC filings (10-K, 10-Q, 8-K) and provides EDGAR URLs, with example queries. It distinguishes from many siblings by focusing on filings, but does not explicitly differentiate from get_disclosure.

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?

Example queries like 'AAPL 10-K' and 'NVDA latest filings' indicate when to use the tool, but there is no explicit guidance on when not to use it or mention of alternative tools like get_disclosure.

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/Johnhyeon/stocklens-mcp'

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