Skip to main content
Glama
Johnhyeon

StockLens

by Johnhyeon

get_financial_soundness

Read-onlyIdempotent

Check a bank, insurer, or securities firm's capital adequacy and asset soundness (CET1, LCR, loan-loss provisions) for Korean or US stocks, with sources and required reports when official figures are unavailable.

Instructions

Financial soundness — 금융회사 자금 건전성 경로 (규제자본·자산건전성, JSON).

은행·보험·증권 같은 금융회사에는 제조업형 CFO 런웨이가 성립하지 않습니다. 이 도구가 그 대체 경로입니다: "KB금융 자본비율", "JPM CET1", "충당금 얼마나 쌓았나" 같은 질문에 사용합니다.

  • 확보되는 값(미국 XBRL 자산건전성 등)은 출처·기준일과 함께 돌려줍니다.

  • CET1·LCR·NSFR 처럼 공식 원문에만 있는 지표는 값을 지어내지 않고, 어느 보고서에서 확인해야 하는지(required_reports)를 구조화합니다.

  • 규제 체계(미국 Fed / 한국 금감원)가 다른 지표를 하나의 점수로 합치거나 시장 간 직접 수치 비교하지 않습니다 - 산식·경과규정이 다릅니다.

Args: symbol: 한국 종목코드 6자리(예: "105560") 또는 US 티커(예: "JPM")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.1

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the readOnly/openWorld/idempotent annotations, the description discloses meaningful behavior: returned values include source and base date, unavailable indicators like CET1/LCR/NSFR are not invented but mapped to required_reports, and cross-regulatory-regime aggregation is deliberately avoided. This gives the agent a precise mental model of the tool's limits and output guarantees.

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 well-structured: a clear one-line summary, a contextual framing sentence, three scannable bullets, and a compact Args section. Every sentence adds useful information, and the most important scoping constraints are front-loaded.

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 a single well-documented parameter, rich annotations, and an output schema, the description covers all invocation-relevant aspects: when to use it, what data it returns, what it refuses to fabricate, and how to format the symbol. The behavioral and scoping notes make it self-sufficient for correct selection and use.

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?

The schema only defines 'symbol' with 0% description coverage, so the description carries the full burden. It fully compensates by defining the accepted formats: Korean 6-digit stock codes (e.g., '105560') or US tickers (e.g., 'JPM'), with concrete examples for both.

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 identifies a specific resource (financial-firm regulatory capital and asset soundness) and a clear purpose: answering queries like 'KB금융 자본비율', 'JPM CET1', and '충당금 얼마나 쌓았나'. It distinguishes this tool from the manufacturing-style CFO runway path, which makes its scope easy to separate from more general financial-data siblings.

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 tells the agent when to use the tool: for financial companies where the manufacturing-type CFO runway does not apply, and for regulatory capital/asset soundness questions. It also states when not to merge or compare across regulatory regimes, though it does not explicitly name sibling tools as alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.