Skip to main content
Glama
Johnhyeon

StockLens

by Johnhyeon

get_report_content

Fetch the full content of a single securities report. Choose summary, full, or link mode to get details like target price reasoning.

Instructions

리포트읽기 — 증권사 리포트 한 건의 PDF 본문을 읽어옵니다.

⚠️ 한 번에 한 건만. 리포트 하나가 1만 자를 넘어서, 여러 건을 이어 부르면 대화 토큰을 통째로 먹습니다. 목록·목표가·짧은 요약은 get_reports로 충분하고, "이 리포트 자세히", "목표가 근거" 처럼 한 건을 깊게 볼 때만 쓰세요.

어느 모드를 고를지는 사용자 말에 맞춥니다. 사용자가 따로 말하지 않으면 summary로 두세요.

mode

무엇을 주나

이렇게 말할 때

summary (기본)

앞 4,000자 발췌

"리포트 봐줘", "목표가 근거가 뭐야"

full

본문 전체 (상한 50,000자)

"전문 다 보여줘", "빠짐없이", "부록까지"

link

본문 없이 링크만

"링크만 줘", "내가 직접 볼게"

summary로 충분한 이유: 실측상 리포트는 앞쪽에 투자의견·목표가 산출 근거· 실적 추정이 모이고, 뒤쪽은 재무제표 부록과 컴플라이언스 고지문입니다. 판단 근거는 대개 앞 3,000자 안에 다 있습니다.

증권사마다 PDF 만드는 방식이 달라, 글자가 아니라 이미지로 렌더링해 내는 곳은 본문을 읽을 수 없습니다. 그 경우 억지로 몇 글자 내놓지 않고 못 읽었다고 알려주며 원문 링크로 안내합니다.

Args: nid: 리포트 번호. get_reports 결과에 함께 표시됩니다. mode: "summary"(기본) / "full" / "link". 한글("요약"·"전문"·"링크")도 됩니다. max_chars: 글자 수를 직접 지정하고 싶을 때만. 비우면 mode 기본값을 씁니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nidYes
modeNosummary
max_charsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description carries full burden. It discloses token consumption warning, the one-at-a-time constraint, mode behavior differences, the fact that some PDFs are image-based and unreadable, and the failure handling (informing user and providing link). Extremely transparent.

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?

Despite being long, every sentence serves a purpose. The mode table condenses essential info, warnings are clearly flagged, and the structure (purpose, constraints, mode table, rationale, edge case, args) is logical and easy to scan. No wasted words.

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 the tool's complexity (three modes, one-at-a-time constraint, token limits, PDF rendering issues) and the absence of annotations, the description covers all necessary context: when, why, how, and what to expect. It even explains the rationale for summary mode based on report structure. The presence of an output schema covers return values, but the description fully prepares the agent for correct invocation.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It does: the Args section explains each parameter (nid, mode, max_chars) with types, defaults, valid values (including Korean synonyms), and when to use each. Adds significant value beyond the bare 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 reads one report's PDF content ('증권사 리포트 한 건의 PDF 본문을 읽어옵니다'), and distinguishes itself from sibling get_reports which provides lists and summaries. It also specifies the exact scope (one report at a time) and the use cases.

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

Usage Guidelines5/5

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

Explicitly explains when to use this tool vs alternatives: '목록·목표가·짧은 요약은 get_reports로 충분하고, "이 리포트 자세히"...처럼 한 건을 깊게 볼 때만 쓰세요' and provides a table of trigger phrases for each mode. Clearly excludes casual list browsing.

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